@include('shared-templates.header')
|
{{ __('email_content.greeting_user') }}
|
|
{!! nl2br(__('email_headers.edit_verification_fail', ['document' => $data->document]))!!}
|
@foreach ($data as $reason)
|
{{ $reason['name'] }}
|
@endforeach
|
@include('shared-templates.footer', ['footer_data' => __('email_footer.verification_driver_fail')])