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