@extends('employee.master') @section('title','Dashboard') @section('content_header')
| Order ID | Name | Mobile | Attachments | State | Time | Date | Remark | |
|---|---|---|---|---|---|---|---|---|
| {{ $point->p_order_id }} | {{ $point->customer->name }} | {{ $point->customer->email }} | {{ $point->customer->mobile }} | {{ $point->customer->state_name->state_name?? '' }} | {{ $point->updated_at->format('H:i:s')}} | {{ $point->updated_at->format('d-m-Y')}} |