@extends('layout.master') @push('plugin-styles') @endpush @section('content')
| # | Serial No | Platform | Action |
|---|---|---|---|
| {{ $key + 1 }} | {{ $crane->company_name }}{{ $crane->serial_no }} | {{ $crane->platform }} | @php $schedules = [ 'oneMonth' => '1 Month', 'threeMonth' => '3 Month', 'sixMonth' => '6 Month', 'yearlySchedule' => 'YPM' ]; @endphp @foreach ($schedules as $modalId => $label) {{ $label }} @endforeach |