@extends('layouts.app') @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"; $business_pwa = isset($resto_metas['USE_PWA_DMENU'])?$resto_metas['USE_PWA_DMENU']:"false"; $url = (!empty($resto->domain_name)?$resto->domain_name:env('QRCODE_HOST'))."m/".$resto->resto_unique_name."?outlet=". \Illuminate\Support\Str::slug($outlet->name); if($business_pwa == "true") $url = "https://rjsdemo.taiftec.com/"; @endphp
{{__('label.digital_menu_qr_code')}}
{{__('label.download')}}

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

@if($resto->domain_name!="") @else @endif
@endsection @section('js') @endsection