@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 }} 6 Month
@endsection @push('scripts') @endpush