{{ $web_settings['email_us'][0]->value }}
{{ $web_settings['call_us'][0]->value }}
Cart
( @auth {{ $cartCount > 0 ? $cartCount : 0 }} @else 0 @endauth )
@if (Route::has('login')) @auth
@if(auth()->user() && auth()->user()->profile_image && auth()->user()->profile_image != NULL)
@else
@endif Profile
{{ __('Logout') }}
@csrf
@else
Login
@endauth @endif
Home
About Us
Blogs
Shop
Campaigns
Membership
Gallery
Educational
FAQ
Contact Us
@auth
Dashboard
@else @endauth
Donate Now
@yield('content')