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