@extends('dashboard.layout.layout') @section('content')
{!! trans('dashboard.report.reports') !!}
@includeWhen(isset($orders), 'dashboard.report.data.order') @includeWhen(isset($reservations), 'dashboard.report.data.reservation') @includeWhen(isset($products), 'dashboard.report.data.product') @includeWhen(isset($clients), 'dashboard.report.data.client') @includeWhen(isset($drivers), 'dashboard.report.data.driver') @includeWhen(isset($branches), 'dashboard.report.data.branch') @endsection @include('dashboard.report.scripts')