@extends('admin.layouts') @section('title', 'Recent Orders') @section('header') @endsection @section('content')
| S/N | ORDER DATE | USER DETAILS | CATEGORY | PRODUCT DETAILS | AMOUNT | ADDRESS | INSTRUCTION | ACTION | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{--{{ $recent_order->order_date }} | --}}{{ \Carbon\Carbon::parse($recent_order->order_date)->format('d-m-Y') }} |
{{ $recent_order->user_name }}
{{-- {{ $recent_order->user->phone_number }} --}}
|
Category:{{ $recent_order->category_name }}
Sub Category:
|
{{ $recent_order->product_details_name }} | {{ $recent_order->amount }} | {{ $recent_order->delivery_address }} | {{ $recent_order->instruction }} |