@include('email.template-two.header')

Hello, {{(!empty(\App\User::where('email',$email)->first())) ? \App\User::where('email',$email)->first()->first_name.' '.\App\User::where('email',$email)->first()->last_name : ' '}}

{!! $cause !!}

{{__('ID Verification Rejected')}}
{{__('Please upload again with appropriate file')}}

@include('email.template-two.footer')