+
{{--
--}}
2
2
@if(Auth::user())
{{ Auth::user()->name }}
Logout
@csrf
Profile
Track Order
Previous Orders
@else
My Account
Sign Up
Login
@endif
{{--
Login
Register
--}}
Home
Shop
@foreach(App\StoreCategory::get()->take(5) as $item)
{{$item->title}}
@endforeach
@if(Auth::user())
{{ Auth::user()->name }}
Logout
@csrf
Profile
Track Orders
Previous Orders
@else
My Account
Sign Up
Login
@endif
{{--
--}}
0
{{--
--}}
{{--
@if(session()->get('cart')) @else 0 @endif
--}}
{{App\Http\Controllers\CartController::cartcount() ?? ''}}
@yield('content')
+
×
Product
Price
Quantity
Total
@php $total = 0 @endphp @if(session('cart')) @foreach(session('cart') as $id => $details) @php $total += $details['price'] * $details['quantity'] @endphp
{{ $details['title'] }}
@currency($details['price'])
{{--
--}}
-
+
@currency($details['price'] * $details['quantity'])
@endforeach @endif
Continue Shopping
{{--
Update cart
--}}
{{--
Discount codes
Apply
--}}
Cart total
{{--
Subtotal
$ 750.0
--}}
Total
{{$total}}
{{--
Proceed To WhatsApp
--}}
Proceed to whatsapp
{{-- --}}