@extends('layout.master') @push('plugin-styles') @endpush @section('content')

PPM Reports

@foreach($schedules as $index => $schedule) @endforeach
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' }}
@if($schedules->isEmpty())
No PPM reports found.
@endif
@endsection @push('scripts') @endpush @push('styles') @endpush