{{ $pageTitle }}

{{ __('Invoice Details') }}

{{ __('Invoice No') }}.
{{ $invoice->invoice_no }}
{{ __('Name') }}
{{ $invoice->name }}
{{ __('Issus Date') }}
{{ $invoice->created_at->format('Y-m-d') }}
{{ __('Due Date') }}
{{ $invoice->due_date }}
{{ __('Amount') }}
{{ currencyPrice($invoice->amount) }}
@csrf

{{ __('Select Payment Method') }}

{{ __('Bank Deposit') }}

@error('bank_id') {{ $message }} @enderror

@error('bank_slip') {{ $message }} @enderror