@extends('layout.master') @push('plugin-styles') @endpush @section('content')
List of Cranes
@foreach ($cranesLists as $key => $crane) @endforeach
# 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
@include('pages.maintenance.modal.one_modal') @include('pages.maintenance.modal.three_modal') @include('pages.maintenance.modal.six_modal') @include('pages.maintenance.modal.ypm_modal') @endsection