@extends('user.usermaster') @section('title', ' Home') @section('stylesheet') @endsection @section('breadcrumb') User Cart @endsection @section('content')
Fill The Information to Place Order
@csrf

Order Summary
@foreach ($carts as $pro) @endforeach
Image Name Quantity Price
{{ $pro->getProduct->name }} {{ $pro->quantity }} {{ $pro->getProduct->final_price }} AUD
Total Price: {{ $pro->total_amount }}
@endsection @section('specificscripts') @endsection