@extends('layouts.dashboard.layout')
@section('content')
| Order ID | Customer Name | Products Qty | Total | Order Date | Action |
|---|---|---|---|---|---|
| {{$item['id']}} | {{$item['name']}} | {{$item['total_qty']}} | $ {{$item['total_bill']}} | {{ date('d-m-Y', strtotime($item['created_at'])) }} | Details |