@extends('layouts.master') @push('head-css') @endpush @section('content')
@include('admin.report.earning')
@include('admin.report.sales')
@include('admin.report.customer-report')
@include('admin.report.tabular-report')
@include('admin.report.graphical-report')
@endsection @push('footer-js') @if ($settings->locale !== 'en') @endif @endpush