@extends('dashboard.base') @section('content')

Reports Manager

@yield('nav') @if($errors->any())
{!! implode('', $errors->all('')) !!} @endif @if(session()->has('message'))
@endif
Export
Total Sale : 0
Total Invoices : 0
Total Items : 0
Total Orders : 0
Total Customers : 0
Customer Name Number of Orders Number of Quantity Total Amount
@endsection @section('javascript') @push('scripts') {{-- {{$dataTable->scripts()}} --}} @endpush @endsection