@extends('back.layouts.main') @section('title' , 'التقرير العام / الطلبات' ) @section('content') @include('back.reports.overall._cards') @livewire('overall-filter') @include('back.reports.overall._charts') @livewire('overall-orders-table') @stop @section('breadcrumbs') @stop