@extends('layouts.admin') @section('content')
{!! Form::open(array('route' => 'master-admin.dashboard', 'method' => 'GET','class'=>'filter_form mobile_filter pb-2')) !!}
{!! Form::label("company", __('orders.company'), ['class' => 'first-column']) !!} {!! Form::select('company', ['' => __('common.select-option')]+$company, (isset($_GET['company'])?$_GET['company']:''), ['class'=>'form-control select2 second-column']) !!}
{!! Form::close() !!}
  • {{ __('dashboard.live_sales') }}

  •  
@if(count($filteredCompany) > 0) @foreach($filteredCompany as $key => $c) @if(isset($finalLiveSale[$key]) && count($finalLiveSale[$key]) > 0)
{{--
--}} {{--
--}} @include('layouts.partials.live-sales', ['liveSales' => $finalLiveSale[$key] ?? []])
{{ $c }}
{{ __('dashboard.total') }}
{{--
--}} {{--
--}}
@endif @endforeach @endif {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--

{{ __('dashboard.deliveries') }}

--}} {{--

--}} {{--{!! $dashboardData['delivery_orders'] !!}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--

{{ __('dashboard.orders') }}

--}} {{--

--}} {{--{!! $dashboardData['total_orders'] !!}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--

{{ __('dashboard.pickups') }}

--}} {{--

--}} {{--{!! $dashboardData['pickup_orders'] !!}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--

{{ __('dashboard.dine_in') }}

--}} {{--

--}} {{--{!! $dashboardData['dine_in_orders'] !!}--}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ __('dashboard.today_income_today') }}

--}} {{--

{!! numberFormat($dashboardData['total_sale'], 1, false) ." " . currency('currency_code') !!}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ __('dashboard.today_income_today') }}

--}} {{--

{!! numberFormat($dashboardData['total_sale'], 1, false) ." " . currency('currency_code') !!}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--

{{ __('dashboard.yesterday_average_sale') }}

--}} {{--

{!! numberFormat($yesterdayAverageSale, 1, false) ." " . currency('currency_code') !!}

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}} {{--
    --}} {{--
  • --}} {{--

    --}} {{----}}{{----}}{{--{{ __('dashboard.today_order_in_perc') }}--}}{{----}}{{----}} {{--{{ __('dashboard.yesterday_average_sale') }}--}} {{--

    --}} {{--
  • --}} {{--
--}} {{----}}{{----}}{{--

Check out each column for more details

--}}{{----}}{{----}} {{--
--}} {{--
--}} {{--

{!! numberFormat($yesterdayAverageSale ?? 0) !!}

--}} {{----}}{{----}}{{----}}{{----}}{{----}} {{--
--}} {{--
--}} {{--
--}}
@endsection @section('script') @endsection