Get 10% off on your first order – Use code WELCOME10
Home Decor
@php $user = Auth::guard('user')->user(); @endphp @if (!$user)
Profile
@else
Wishlist
Profile
My Account
My Order
Change Password
Logout
@endif
Cart
(2)
Home
@if($category) @foreach($category as $item)
{{ $item->name ?? '' }}
@if($item->sub_category && count($item->sub_category) > 0)
@foreach($item->sub_category as $subcategory)
{{ $subcategory->name ?? ''}}
@if($subcategory->child_category && count($subcategory->child_category) > 0)
@foreach($subcategory->child_category as $childcategory)
{{ $childcategory->name ?? ''}}
@endforeach
@endif
@endforeach
@endif
@endforeach @endif
Home Decor
2
Home
@if($category) @foreach($category as $item)
{{ $item->name ?? '' }}
@if($item->sub_category && count($item->sub_category) > 0)
@foreach($item->sub_category as $subcategory)
{{ $subcategory->name ?? ''}}
@if($subcategory->child_category && count($subcategory->child_category) > 0)
@foreach($subcategory->child_category as $childcategory)
{{ $childcategory->name ?? ''}}
@endforeach
@endif
@endforeach
@endif
@endforeach @endif
1234567890
support@info.com