@extends('admin.layout.template') @section('title','Sales Report') @section('content')
{{-- FILTER --}}

Sales Filter

{{-- CHART --}}

Sales Graph

{{-- TABLE --}}

Sales Table

# Order No Date Customer Total Payment Location Delivery No Status
{{-- CHART --}} {{-- DATATABLE --}} @endsection