{{t_("today orders")}}

{{\App\Models\Order::whereDate('created_at', \Illuminate\Support\Carbon::today())->get()->count()}}

{{t_("Compared to last week")}}

{{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
{{("product sold")}}
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{\App\Models\Product::}}

--}} {{--

{{t_("Compared to last week")}}

--}} {{--
--}} {{-- --}} {{-- --}} {{-- -152.3--}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- 5,9,5,6,4,12,18,14,10,15,12,5,8,5,12,5,12,10,16,12--}} {{--
--}} {{--
--}}
{{t_("Latest Orders")}}

{{\App\Models\Order::query()->latest()->limit(10)->get()->count()}}

{{t_("Compared to last week")}}

{{t_("All Orders")}}

{{\App\Models\Order::all()->count()}}

{{t_("Total Number")}}

{{t_("Tickets")}}

{{\App\Models\Ticket::query()->whereNull('parent_id')->get()->count()}}

{{t_("Total Number")}}