@extends('home') @section('title') @lang('site.site_name') @endsection @section('styles') @endsection @section('content')
عدد طلبات اليوم | {{ @$orders['pending_day']['count'] }} | @if (@$orders['pending_day']['sum']) {{ @$orders['pending_day']['sum'] }} {!! __('EGP') !!} @endif | |
الطلبات المؤكدة | {{ @$orders['status'][0] }} | ||
طلبات تم تسليمها | {{ @$orders['status'][3] }} | @if (@$orders['price']) {{ @$orders['price'] }} {!! __('EGP') !!} @endif | |
إجمالى مبيعات اليوم | {{ @$orders['status'][3] }} | @if (@$orders['price']) {{ @$orders['price'] }} {!! __('EGP') !!} @endif |