@extends('layouts.admin') @section('content') @include('include.datatable-css')
@include('include.export-button')
@include('include.flash-message')
Invoice No. Order No. Billing Address Shipping Address Item Description Quantity Unit Price Date Customer Sub Total Tax Amount Total Amount Payment Method Date & Time Action
@include('include.datatable') @include('include.filters-common-js-part') @include('include.datatable-date-range-selector-js', ['url' => 'invoices']) @endsection @push('scripts') @endpush