@php if(Auth::check()){ $refund = false; if( auth()->user()->shop && auth()->user()->shop->progress_active ){ $refund = \VanguardLTE\Progress::where(['shop_id' => auth()->user()->shop_id, 'rating' => auth()->user()->rating])->first(); } $currency = auth()->user()->present()->shop ? auth()->user()->present()->shop->currency : ''; } else{ $currency = ''; $refund = false; } $rules = \VanguardLTE\Rule::get(); $detect = new \Detection\MobileDetect(); @endphp {{-- --}} @include('frontend.Default.partials.menu')