{{ __('Payment Receipt Invoice') }}

{{get_option('app_name')}}

{{get_option('app_email')}}

{{get_option('app_contact_number')}}

#{{$withdraw->transection_id}}

{{ __('Payment Date') }} //

{{$withdraw->updated_at->format(get_option('app_date_format'))}}

{{ __('Request Date') }} {{ __('Payment Date') }} {{ __('Payment Method') }} {{ __('Amount') }}
{{$withdraw->created_at->format(get_option('app_date_format'))}} {{$withdraw->updated_at->format(get_option('app_date_format'))}} {{ucwords($withdraw->payment_method)}} @if(get_currency_placement() == 'after') {{$withdraw->amount}} {{ get_currency_code() }} @else {{ get_currency_code() }} {{$withdraw->amount}} @endif

Note

{!! $withdraw->note !!}.

{{ __('We thank you for your business and continued use of') }} {{get_option('app_name')}}

{{ __('Thank you from') }} {{get_option('app_name')}} {{ __('family') }}