@yield('css')
Desa Mancon, Kecamatan Wilangan, Kabupaten Nganjuk
info@tanidesa.com
GriyaPadi.id
Home
Belanja
{{-- PERBAIKAN LOGIKA HITUNG CART --}} @if(Auth::guard('pembeli')->check()) {{ \App\Models\Cart::where('pembeli_id', Auth::guard('pembeli')->id())->count() }} @else 0 @endif
@if (Auth::guard('pembeli')->check())
{{ Auth::guard('pembeli')->user()->nama_lengkap }}
Profil
Pesan
Riwayat Pesanan
@csrf
Logout
@else
Login
@endif
@if (session('success'))
{{ session('success') }}
@endif @yield('content')
@yield('js')