@include('shared-templates.header')
{{ __('email_content.greeting_user') }}
|
@if($data[0]['user_mode'] == 2)
{!! nl2br(__('email_headers.verification_partner_fail')) !!}
@else
{!! nl2br(__('email_headers.verification_driver_fail')) !!}
@endif
|
@foreach ($data as $reason)
{{ $reason['name'] }}
|
@endforeach
|
@include('shared-templates.footer', ['footer_data' => ''])