@extends('admin.layouts.master') @section('title','Sales reports all products') @section('body')
Sales Report
# {{ __("Date") }} {{ __("Order ID") }} {{ __("Total Qty.") }} {{ __("Paid Currency") }} {{ __("Subtotal") }} {{ __("Total Shipping") }} {{ __("Handling Charges") }} {{ __("Total Gift charges.") }} {{ __("Total Tax") }} {{ __("Grand total") }}
@endsection @section('custom-script') @endsection