@extends('layout.master') @push('plugin-styles') @endpush @section('content')
| No. | Crane Model | Crane Serial | Inspection Date | Technician | Actions |
|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $schedule->crane->model ?? 'N/A' }} | {{ $schedule->crane->serial_no ?? 'N/A' }} | {{ $schedule->date_inspection->format('d M Y') }} | {{ $schedule->site_technician ?? 'N/A' }} |