@extends("web.layout.master")
@push('css')
@endpush
@section("section")
Loading…
Your cart
{{count(session()->get('cart'))}}
@foreach(session()->get('cart') as $key => $item)
-
{{$item['name']}}
{{ $item['price'] }}
@endforeach
@endsection
@push('js')
@endpush