@php($user = Auth::guard('web')->user()) @if(!empty($user)) @php($user_data = \App\Models\User::with(['userTranslation'])->where('id', $user->id)->first()) @php($states = \App\Models\State::where('country_id',191)->get()) @php($categories = \App\Models\Category::with(['CategoryTranslation'])->get()) @php($venues = \App\Models\Venue::with(["venueTranslation"])->get()) {{-- @if(!Request::is(app()->getLocale().'/home')) --}}
{{-- @endif --}} {{-- @if(!Request::is(app()->getLocale().'/home')) --}}
{{-- @endif --}} @else {{--
{{ trans('landing.commen.backbtn') }}
--}}
map-bg
@endif