@extends('user.usermaster') @section('title', ' Home') @section('stylesheet') @endsection @section('breadcrumb') User Cart @endsection @section('content')
Total Amount: ${{ $order['total_price'] }}
Payment Status is PendingPlaced at: {{ $order['created_at'] }}