@extends('employee.master') @section('title','Dashboard') @section('content_header')
| Order ID | Name | Mobile | Attachments | State | Time | Date | View details | Remark | Action | asked detail | additional files | hold or cancel | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $point->p_order_id }} | {{ $point->customer->name }} | {{ $point->customer->email }} | {{ $point->customer->mobile }} | {{ $point->customer->state_name->state_name?? '' }} | {{ $point->created_at->format('H:i:s')}} | {{ $point->created_at->format('d-m-Y')}} |
|