@component('mail::message') # {{ __('emailsadmin.subjects.withdraw_failed', ['app_name' => config('app.name')]) }} {!! __('emailsadmin.withdraw_failed_'.$reason) !!} User: {{ $withdraw->user->email }}
Amount: {{ $withdraw->amount_decimal}} {{$withdraw->currency->symbol}}
Recepient: {{ $withdraw->address}}
Withdraw Time: {{ $withdraw->created_at }}
@if($message) Error Message: {{ $message }}
@endif {!! __('emails.best_regards', ['app_name' => config('app.name')]) !!} @endcomponent