@extends('layouts.front_page') @section('content')


@foreach($cart_items as $item) @endforeach
Name Quantity Unit Price Sub Total
{{$item->name}}
@csrf
TOTAL :
Proceed to Checkout


@endsection