@extends('layouts.admin.app') @section('title', translate('Sale Report')) @push('css_or_js') @endpush @section('content')

{{ translate('Sale_Report') }}

Image Description

{{ translate('sale') }} {{ translate('report') }} {{ translate('overview') }}

@csrf
{{ translate('total_Orders') }} :
{{ translate('total_Item_Qty') }} :
{{ translate('total') }} {{ translate('amount') }} :

@include('admin-views.report.partials._table', ['data' => []])
@endsection @push('script_2') @endpush