@extends('layout.master') @push('plugin-styles') @endpush @section('content') @if (session('success'))
{{ session('success') }}
@elseif (session('error'))
{{ session('error') }}
@endif
@if(in_array($userRole, [7, 8])) @endif
List all Cranes
@foreach ($craneInventories as $craneInventory) @endforeach
No Serial No Company Name Field Platform Manufacturer Model Tag No SWL Main/Fly Status Crane Crane Type EIAC Validity Presence Action
{{ $no++ }} {{ $craneInventory->serial_no }} {{ $craneInventory->company_name }} {{ $craneInventory->craneField->field_name ?? '' }} {{ $craneInventory->platform }} {{ $craneInventory->manufacturer }} {{ $craneInventory->model }} {{ $craneInventory->tag_no }} {{ $craneInventory->swl }} {{ $craneInventory->status_crane ?? 'None' }} {{ $craneInventory->crane_type ?? 'None' }} {{ $craneInventory->eiac_validity ?? 'None' }} {{ $craneInventory->presence ?? 'None' }} @if(in_array($userRole, [7, 8]))
@csrf @method('DELETE')
@endif
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush