@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif
{{ __('Invoice Details') }}
@if(isset($message))
{{ $message }}
@else

{{ $invoice->invoice_number }}

{{ __(ucwords($invoice->status)) }}

Due Date : {{ $invoice->due_date->format('F d, Y') }}

{{ $invoice->currency }} {{ number_format($invoice->total_amount, 2) }}

Created At : {{ $invoice->created_at->format('F d, Y') }}

Payment Method : @if($invoice->payment_gateway=="custom") {{ $invoice->payment_reference['title'] }} @else {{ $invoice->payment_gateway }} @endif

@endif
{{ __('Payment Details') }}
@if($invoice->payment_gateway=="custom")

{!! base64_decode($invoice->payment_reference['html']) !!}

@if(count($paymentGateways)>1)
@endif @else

Please follow the instructions below to complete your payment. If you want to change the payment method, you can do so by clicking the "Change Payment Method" button.

Proceed to Payment
@endif

Payment Verification

Order #{{ $invoice->invoice_number }}
Pending

Create At #{{ $invoice->invoice_date->format('F d, Y') }}

Due Date #{{ $invoice->due_date->format('F d, Y') }}

@csrf
Upload Payment Screenshot

Click or drag image here

Preview ×