@php $path = public_path().'/Backend/settings/'.$settings->logo; @endphp @if(file_exists($path)) @else @lang('settings.logo') @endif Category @if($categorie) @foreach($categorie as $c) @php $count = DB::table('sub_categories')->where('cat_id',$c->id)->count(); @endphp @if($count > 0) @if(config('app.locale') == 'en'){{$c->cat_name_en}}@elseif(config('app.locale') == 'en') {{$c->cat_name_bn}}@endif ยป @foreach($sub_categorie as $s) @if($s->cat_id == $c->id) @if(config('app.locale') == 'en'){{$s->sub_cat_name_en}}@elseif(config('app.locale') == 'en') {{$s->sub_cat_name_bn}}@endif @endif @endforeach @else @if(config('app.locale') == 'en'){{$c->cat_name_en}}@elseif(config('app.locale') == 'en') {{$c->cat_name_bn}}@endif @endif @endforeach @endif {{-- @csrf --}} Home New Arrivals About us Contact us @if(Auth::guard('guest')->check()) {{Auth::guard('guest')->user()->first_name}} {{Auth::guard('guest')->user()->last_name}} @else Account @endif @if(Auth::guard('guest')->check()) 0WishList 0MyCart @endif