Toggle navigation
{{--
LOGO @include('partials.menus.main')
--}}
{{-- @include('partials.menus.main-right') --}}
Home
Product
blogs
TEAM
Contact
News and artical
@guest
Sign Up
Login
@else
My Account
Logout
{{ csrf_field() }}
@endguest
Cart @if (isset(auth()->user()->id))
{{ \App\Models\ProductCart::where('user_id', '=', auth()->user()->id)->get()->count() }}
@endif
{{-- {{dd($tmp)}} --}}