@vite(['resources/css/app.css', 'resources/js/app.js'])
{{--
রাংগামাটির তৈরি পিনন,থামি,গুজরাটি ব্যাগ এবং তাতের থ্রিপিস ও অলংকার পুর্ন কাপড়ের বিশ্বস্থ প্রতিষ্ঠান।
--}}
@auth
Your Profile
@if (auth()->user()->isAdmin())
Admin Dashboard
@endif
@csrf
Log Out
@else
@endauth
0
0
Home
All Products
Categories
@foreach (App\Models\Category::where('is_active', true)->get() as $category)
{{ $category->name }}
@endforeach
About
Contact
@auth
Order History
Your Profile
@if (auth()->user()->isAdmin())
Admin Dashboard
@endif
@csrf
Log Out
@else
Login
@endauth
{{--
Home
All Products
About
Contact
--}}
@yield('content')
@stack('scripts')