@extends('layouts.seller') @section('css') @endsection @section('content')

{{ __('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.yummy_report') }}

  •  
@if($yummyReport['circle_center_danger']) {!! $yummyReport['yr_circle_center_amount'] !!} @else {!! $yummyReport['yr_circle_center_amount'] !!} @endif
Raw Cost {!! $yummyReport['raw_cost_per'] !!} {!! $yummyReport['raw_cost_format'] !!}
Royalty Fee {!! $yummyReport['royalty_fee_per'] !!} {!! $yummyReport['royalty_fee_format'] !!}

Netto Income {!! $yummyReport['netto_cost_per'] !!} {!! $yummyReport['netto_cost_format'] !!}
  • {{ __('dashboard.live_sales') }}

  • {{ __('dashboard.week_sales') }}

  • {{ __('dashboard.trend_sales') }}

@if(!empty($trendSaleData['category'])) @include('layouts.partials.trend-sale', ['trendingCategories' => $trendSaleData['category']]) @endif
  • Materials Orders

@if(count($liveSale) > 0)
  • {{ __('dashboard.live_sales') }}

  •  
@include('layouts.partials.live-sales', ['liveSales' => $liveSale])
{{ __('dashboard.branch') }} {{ __('dashboard.total') }}
@endif
  • {{ __('dashboard.employee_checklist') }}

  • Online Personnel

30
  • Offline Personnel

12
  • Sick Personnel

{!! $getReports['employee_checklist']['sick_personnel'] !!}
  • On Vacation

{!! $getReports['employee_checklist']['on_vacation'] !!}
  • {{ __('dashboard.device_monitoring') }}

{{ __('dashboard.online') }} {{ __('dashboard.offline') }}
{!! __('dashboard.kiosk') !!} {!! (int) $deviceAvailability->kiosk_online !!} {!! (int) $deviceAvailability->kiosk_offline !!}
{!! __('dashboard.advertisement_screens') !!} {!! (int) $deviceAvailability->advertisement_online !!} {!! (int) $deviceAvailability->advertisement_offline !!}
{!! __('dashboard.tokkio_pos') !!} {!! (int) $deviceAvailability->pos_online !!} {!! (int) $deviceAvailability->pos_offline !!}
{!! __('dashboard.kitchen') !!} {!! (int) $deviceAvailability->kitchen_online !!} {!! (int) $deviceAvailability->kitchen_offline !!}
{!! __('dashboard.internel_kontrol_tablets') !!} 0 0

Employees

@if(isset($employees) && count($employees) > 0) @foreach($employees as $employee) @php $lengthData = '--'; if ($employee->punch_out_time != '' && $employee->punch_in_time != '') { $lengthData = timeCalculate($employee->punch_in_time, $employee->punch_out_time); $lengthData = timeFormatted(timeToSeconds($lengthData), true); } $inWork = !empty($employee->punch_in_time) ? 'In Work' : '--'; @endphp {{-- --}} @endforeach @else @endif
Name Phone Status Start End Work Time
{{ $employee->first_name . ' ' . $employee->last_name }} {{ $employee->mobile_number }} -- {{ !empty($employee->punch_in_time) ? dateFormat($employee->punch_in_time, SHOW_TIME_24) : '--' }} {{ !empty($employee->punch_out_time) ? dateFormat($employee->punch_out_time, SHOW_TIME_24) : $inWork }} {{ $lengthData }}
Stiv Adams 482 12 325 Offline - - : - - - - : - - 43 Hr
{!! __('common.no_records') !!}
  • Cleaning
  • Check Oven
  • Bay Drink
  • Boxes
  • Cleaning
  • Cleaning
  • Cleaning
  • Cleaning
  • Cleaning
  • Cleaning
  • Check Oven
  • Bay Drink
  • Boxes
  • Cleaning
  • Cleaning
  • Cleaning
  • Cleaning
  • Cleaning
  • News

07/07/2020

But I must explain to you how all this mistaken idea of denouncing pleasure

07/07/2020

But I must explain to you how all this mistaken idea of denouncing pleasure

Customers Rating

12,600 Votes

@endsection @section('script') @endsection