@extends("admin.layouts.layout") @section("title", "Customer List") @section("page_style") @endsection @section("content")
|
Order Name
|
Customer Name
|
Order Date
|
Order No.
|
|---|---|---|---|
| {{$rwData->project_name ??''}} | {{$rwData->customer_name ??''}} | {{ date("d-M-y",strtotime($rwData['invoice_date']))}} | {{$rwData->display_order??''}} |
|
|
|||