@extends('admin.layouts.master-soyuz') @section('title',__('Sales reports all products')) @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Report') }} @endslot @slot('menu1') {{ __("Report") }} @endslot @slot('menu2') {{ __("Sales Report") }} @endslot @endcomponent
@if ($errors->any()) @endif
{{ __('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