@extends('user.usermaster2') @section('title', ' Order Info') @section('style') @endsection @section('body')
Total Amount: ${{ $order['total_price'] }}
Payment Status is PendingPlaced at: {{ date('d M Y H:i A',$order['created_at']->timestamp) }}