@extends('layouts.admin') @section('content')

{{ __('home.total Orders') }}

@isset($totalOrders)

{{ $totalOrders }}

@endisset

{{ __('home.Total Orders In Month') }}

@isset($orderInMonth)

{{ $orderInMonth }}

@endisset

{{ __('home.Recieved Order In Month') }}

@isset($recievedOrderInMonth)

{{ $recievedOrderInMonth }}

@endisset

{{ __("home.Delieverd Order In Month") }}

@isset($delieveredOrderInMonth)

{{ $delieveredOrderInMonth }}

@endisset

{{ __('home.Late Orders In Month') }}

@isset($lateOrder)

{{ $lateOrder }}

@endisset

{{ __('home.Very Late Orders In Month') }}

@isset($veryLateOrder)

{{ $veryLateOrder }}

@endisset
@endsection @section('script') @endsection