@extends('layout.master') @push('plugin-styles') @endpush @section('content')
List all Cranes Field
@foreach ($cranesFields as $cranesField) @endforeach
No Name Image Action
{{ $no++ }} {{ $cranesField->field_name }} View Edit Delete
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush