@extends(template().'layouts.user') @section('title') {{ 'Pay with ' . optional($deposit->gateway)->name ?? 'Manual Transfer' }} @endsection @push("style") @endpush @section('content')

@lang("Pay with") @lang(optional($deposit->gateway)->name)

{{ __('Pay with ').__(optional($deposit->gateway)->name) }}
@lang('PLEASE SEND EXACTLY') {{ getAmount($data->amount) . " " .$data->currency}}
@lang('TO')
@lang('SCAN TO SEND')
@endsection @push('script') @endpush