@extends('layouts.main') @push('nav_title') {{-- User--}} Enzy @endpush @section('page_title') @endsection @section('profile') @include('layouts/profile') @endsection @section('side_bar') @include('layouts/side_bar') @endsection @section('main_div')
Order no. #{{ $order_details['order_id'] }} from
{{ date('d F, Y \a\t h:i A', strtotime($order_details['created_at'])) }}
{{-- Code: {{ $order_details['cart_group_id'] }}--}}
Order was delivered 2 days ago.
{{-- you can make this dynamic if you have delivery date --}}Product Price: ${{$order_details['total']}}
Delivery:
Taxes:
Total: ${{$order_details['total']}}