@extends('components.customer_layout') @section('customer-content')
| # | Application Number | Customer | Office | Service | Actions |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $labor->application_number }} | {{ $labor->customer->full_name }} | {{ $labor->office->name }} | {{ $labor->service->name }} | View Edit |