@if (session()->has('alert'))
@slot('type', session('alert')['type'])
@slot('msg', session('alert')['msg'])
@endif
@if ($errors->any())
@endif
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{ __('Invoices') }}
| # | {{__('User')}} | {{__('Order Number')}} | {{__('Invoice Date')}} | {{__('Amount')}} | {{ __('Due Date') }} | {{ __('Paid At') }} | {{ __('Screen Shot') }} | {{ __('Payment Gateway') }} | {{__('Status')}} | {{__('Action')}} |
|---|