@include('email.email-header') {{-- account promotion company--}} {{-- @include('email.email-accounts') --}} {{-- end account promotion company --}} {{-- footer --}} @include('email.email-footer') {{-- end footer --}}
{{ __('email.body.chat_history.page_title', [ 'CompanyName' => $company_name ]) }}

{!! __('email.body.chat_history.greetings', ['name' => $name ]) !!}

{!! __('email.body.chat_history.content', [ 'CompanyName' => $company_name ]) !!}