{{-- Dynamic Title --}} @hasSection('title') @yield('title') @else
Fit Sport Hub - Fitness, Sports & Wellness Products
@endif {{-- Dynamic Meta Description --}} @hasSection('meta_description') @yield('meta_description') @else
@endif {{-- Dynamic Meta Keywords --}} @hasSection('meta_keywords') @yield('meta_keywords') @else
@endif {{-- Dynamic OG Image --}} @hasSection('og_image') @yield('og_image') @else
@endif {{-- Allow extra meta pushes --}} @stack('meta') {{-- Security --}}
{{-- Favicon --}}
{{-- Fonts & Styles --}}
{{-- Scripts --}}
@if (isset(auth()->user()->id) && \App\Models\ProductCart::where('user_id', auth()->user()->id)->count() > 0)
{{ \App\Models\ProductCart::where('user_id', auth()->user()->id)->count() }}
@endif
{{--
--}}
About
All Products
@guest
Register / Login
@else
My Account
Logout
{{ csrf_field() }}
@endguest
@if (isset(auth()->user()->id) && \App\Models\ProductCart::where('user_id', auth()->user()->id)->count() > 0)
{{ \App\Models\ProductCart::where('user_id', auth()->user()->id)->count() }}
@endif
About
All Products
@guest
Login / Sign Up
@else
My Account
Logout
@endguest