@extends('admin.layouts.container') @section('css')@endsection @push('stack_styles') @endpush @section('content')
{{__("dashboard.total_orders")}}
{{__("dashboard.my_profits")}}
{{ getOrderStatusName($statusId) }}
{{ __('dashboard.ratings') }}
{{ __('dashboard.daily_orders_number') }}
{{ __('dashboard.monthly_orders_number') }}
| {{ getUserRoleName('user') }} | {{ __('dashboard.orders_number') }} |
|---|---|
| {{ $value->user->name ?? "" }} | {{ $value->count_orders }} |