@extends("layouts.admin.app") @section("page-title") {{__("Dashboard")}} @endSection @section("page-nav-title")
{{__("Sales Of time")}}
{{__("Dashboard")}}
{{__("Sales Of time")}}
@endsection @section("content") @include("includes.dialog") @include("admin.report.parts.filter", ["url" => route("admin.report.sale_by_time")])
@if(isset($time)) @php $count=0; @endphp @foreach($time as $time_slot) @php $count += $time_slot['count']@endphp @endforeach @else @endif
{{__("Time")}}
{{__("order count")}}
{{$time_slot['time_from']}}:00 - {{$time_slot['time_to']}}:00
{{$time_slot['count']}}
{{__("Total")}}
{{ $count }} {{__("order")}}
{{__("no data")}}
@endsection