@extends('admin.layout.master') @section('title', __('admin.dashboard')) @section('styles') @endsection @section('scripts') // order chart @endsection @section('content')
{{ __('admin.from') . ' ' . date('d-m-Y', strtotime($startDate)) . ' ' . __('admin.to') . ' ' . date('d-m-Y', strtotime($endDate)) }}
{{ __('admin.count_provider_in_category') }}
{{ $category->providers_count }}
{{ __('admin.new_count_provider_in_category') . ' ' . __('admin.from') . ' ' . date('d-m-Y', strtotime($startDate)) . ' ' . __('admin.to') . ' ' . date('d-m-Y', strtotime($endDate)) }}
{{ $category->providers_count }}
{{ $product->orders_count }}
{{ $provider->orders_count }}
{{ $provider->reservations_count }}
{{ $driver->orders_count }}