-
-
Items
-
@if (!empty($categories))
@foreach ($categories as $category)
- {{ $category['name'] }} @endforeach @endif
-
Services
-
@if (!empty($services))
@foreach ($services as $service)
- {{ $service['service_title'] }} @endforeach @endif
- Become a Partner @auth
-
@endauth
{{-- Cart Items count in cookie --}}
@php
if (Cookie::get('cartdata'))
{
$cartData = json_decode(Cookie::get('cartdata'), true);
$count = count($cartData['items']);
}
else {
$count = 0;
}
@endphp
-
@guest{{$count}}@endguest @auth{{$count}}@endauth
- ☰
 }})
 }})
 }})
 }})
 }})
 }})
 }})