@include('shared-templates.header')
{{ __('email_content.greeting_user') }}
|
@if($data == 1)
{!! nl2br(__('email_headers.verification_driver_success')) !!}
@else
{!! nl2br(__('email_headers.verification_partner_success')) !!}
@endif
|
@include('shared-templates.footer', ['footer_data' => ''])