@extends('layout.master') @push('plugin-styles') @endpush @section('content')
List all Cranes Field
@if (session('success')) @endif @if (session('error')) @endif
@foreach ($fields as $field) @endforeach
No Name Image Action
{{ $no++ }} {{ $field->field_name }} View Edit
@csrf @method('DELETE')
@endsection @push('plugin-scripts') @endpush @push('custom-scripts') @endpush