@extends('layouts.app') @section('page-title')| Dashboard @endsection @section('css') @endsection @section('content') @php $resto = \App\Models\Restaurants::find(\App\Helpers\CommonMethods::getRestuarantID()); $lang = $resto->default_lang; app()->setLocale($lang); if(session('app_lang') !==null){ $lang = session('app_lang'); app()->setLocale($lang); } @endphp @php $restuarant1 = $resto; $resto_metas = \App\Helpers\CommonMethods::getRestoMetas($restuarant1); $currency = isset($resto_metas['BUSSINESS_CCY'])?$resto_metas['BUSSINESS_CCY']:"IQD"; $business_type = isset($resto_metas['BUSSINESS_TYPE'])?$resto_metas['BUSSINESS_TYPE']:"Restaurants"; @endphp

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

 

{{__('label.new_customers_x_returning_customers')}}

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{__('label.orders')}} {{__('label.customers')}} {{__('label.customers')}} % {{__('label.average_basket_value')}} {{__('label.total_sale')}}
{{__('label.new')}} 0 0 0 0 0
{{__('label.returning')}} 0 0 0 0 0
{{__('label.total')}}100%

{{__('label.total_order_by_source')}}

{{__('label.total_orders_by_outlets')}}

@endsection @section('js') @endsection