@extends('backend.layouts.admin_layout') @section('main_content')
| Order ID | Customer Name | Customer's Service | Customer's Package | Remarks | Work Status | |||
|---|---|---|---|---|---|---|---|---|
| {{ $point->cali_id }} | {{ $point->customer->name}} | {{$point->service->service_name}} | {{ $point->package->name }} | {{ $point->workstatus->customer_description }} |