@extends('layouts.app') @section('title') {{ __('messages.Restaurants') }} @endsection @section('content')
{{ __("messages.In the last 7 days") }}
{{ __("messages.Duration") }} {{ $last_7_days_start_date }} - {{ date("Y-m-d") }}
{{ __("messages.In the current month") }}
{{ __("messages.Duration") }} {{ $start_of_month }} - {{ $end_of_month }}
{{ __("messages.In the current year") }}
{{ __("messages.Duration") }} {{ $start_of_year }} - {{ $end_of_year }}
{{ __("messages.There is no data to display") }} :(
| {{ __("messages.Name") }} | {{ __("messages.Number of sales") }} |
|---|---|
|
{{ $meal->product->name }}
|
{{ $meal->total_sold }} |
{{ __("messages.There is no data to display") }} :(
{{ $top_5_skip_earning_restaurant->total_skip_earnings }} {{ __("messages.AED") }}
{{ __("messages.There is no data to display") }} :(
{{ $top_5_restaurants_by_order->total_orders }}