@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 }} Add Description
Scheduled Maintenance Records
# Crane Serial No Schedule Date Operator Status Action
@endsection @push('custom-scripts') {{-- Include SweetAlert2 --}} @endpush