@php $authUser = auth()->user(); @endphp @extends('frontend.member.user_layouts') @push('style') @endpush @section('member-content')

Pay Your Invoice

Invoice: #{{ $invoice->invoice_no }} | Amount: ৳{{ number_format($invoice->amount, 2) }}

@csrf {{-- radio payment type --}}
{{-- mobile bank info --}}
Mobile Banking Accounts
@foreach ($gateways->where('gateway_type', 'Mobile Bank') as $acc)
{{ $acc->company_name }}: {{ $acc->mobile_number }}
@endforeach
{{-- bank info --}}
Bank Accounts
@foreach ($gateways->where('gateway_type', 'Bank') as $acc) @endforeach
{{-- transaction number --}}
{{-- remarks --}}
{{-- submit --}}
@endsection @push('script') @endpush