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