@extends('admin.layouts.master') @section('title', $page_title) @section('content')
Filter Orders
@csrf
to
Invoices List
@include('admin.today-dashboard.partial.invoice-list', [ 'invoices' => $invoices, ])
{{ __('Date') }} {{ __('User') }} {{ __('Company') }} {{ __('INV Name') }} {{ __('Total') }} {{ __('Delivery') }} {{ __('Invoice') }} {{ __('Payment') }} {{ __('Actions') }}
@endsection @section('js') @endsection