@extends('emails.layouts.master') @section('title', trans('mail.post_employer_contacted_title', ['title' => $post->title, 'appName' => config('app.name')])) @section('content')

{!! nl2br($msg->message) !!}

@lang('mail.post_employer_contacted_content_1', [ 'name' => $msg->from_name, 'email' => $msg->from_email, 'phone' => $msg->from_phone, 'title' => mb_ucfirst($post->title), 'postUrl' => lurl($post->uri), 'appUrl' => lurl('/'), 'appName' => config('app.name') ]) @lang('mail.post_employer_contacted_content_2') @lang('mail.post_employer_contacted_content_3') @lang('mail.post_employer_contacted_content_4') @lang('mail.post_employer_contacted_content_5', [ 'appUrl' => lurl('/'), 'appName' => config('app.name') ]) @lang('mail.post_employer_contacted_content_6')

@endsection