@stack('custom-styles')
@csrf
Search
@if (session('customer_id'))
Profile
My Orders
Log Out
@csrf
Logout
@else
Login
/
Sign up
@endif
My Menu
×
Home
About Us
Branches
Brands
All Products
@foreach ($appserv['category'] as $catapp3) @php $subcats2 = \App\Models\subcategoryModel::where([ 'subcategory_status' => 0, 'subcategory_cid' => $catapp3->category_id, ])->get(); @endphp
{{ $catapp3->category_name }}
@foreach ($subcats2 as $subsss2)
{{ $subsss2->subcategory_name }}
@endforeach
@endforeach
Contact Us
@if (session('customer_id'))
Profile
Logout
@else
Login
Register
@endif
Shop All Categories
All Products
@foreach ($appserv['category'] as $catapp)
{{ $catapp->category_name }}
@endforeach
Deals
@foreach ($appserv['category'] as $catapp2) @php $subcats = \App\Models\subcategoryModel::where([ 'subcategory_status' => 0, 'subcategory_cid' => $catapp2->category_id, ])->get(); $subcatcount = $subcats->count(); $categoryName = ''; if($catapp2->category_name === 'BBQ Accessories') { $categoryName = 'BBQ Accessories'; } elseif(!( $catapp2->category_name === 'Electric' || $catapp2->category_name === 'Charcoal' || $catapp2->category_name === 'Gazebo' || $catapp2->category_name === 'Living & Diningg' )) { $categoryName = $catapp2->category_name; } @endphp @if($categoryName !== '')
0) class="dropdown drop-list position-static" @else class="non-drop" @endif>
{{ $categoryName }}
@if ($subcatcount > 0)
@foreach ($subcats as $subsss) @php $subcatpros = \App\Models\productModel::where([ 'product_status' => 0, 'product_subcategory' => $subsss->subcategory_id, 'parent_product_id' => 0, ])->get(); $subcatproscount = $subcatpros->count(); @endphp
{{ $subsss->subcategory_name }}
@foreach ($subcatpros as $prosofsub)
{{ $prosofsub->product_name_en }}
@endforeach
@endforeach
@endif
@endif @endforeach
About Us
Contact Us
@csrf
@yield('content')
@if (session('customer_id'))
@else
@endif
@if (Session::has('track_id_fail')) @endif
Track Your Order
×
Search
@stack('custom-scripts')