@stack('styles')
ফ্ল্যাশ সেল চলছে — সকল প্রি-অউনড ফোনে ২০% পর্যন্ত ছাড়!
অর্ডার ট্র্যাক
@auth
{{ auth()->user()->name }}
@csrf
লগ আউট
@else
লগইন / রেজিস্টার
@endauth
{{ $siteName ?? 'Phone Bazar' }}
{{ $siteTagline ?? 'প্রিমিয়াম প্রি-অউনড ফোন' }}
খুঁজুন
@php $wl = wishlist_count(); @endphp @if($wl > 0)
{{ $wl }}
@endif
@php $c = cart_count(); @endphp @if($c > 0)
{{ $c }}
@endif
@php $wa = format_whatsapp($whatsappNumber ?? ''); @endphp
অর্ডার
@php $cats = \App\Models\Category::orderBy('sort_order')->orderBy('name')->get(); @endphp
হোম
@foreach($cats as $cat)
{{ $cat->icon }}
{{ $cat->name }}
@endforeach
@yield('content')
হোম
ক্যাটাগরি
অফার
কার্ট
@auth
অ্যাকাউন্ট
@else
অ্যাকাউন্ট
@endauth
@if(session('success')) @endif @if(session('error')) @endif @if(session('info')) @endif @stack('scripts')