@extends('layouts.app') @section('title', 'Index Field')
Index Field






Index Field
@if (auth()->user()->level == 'Admin') Add @endif
{{-- --}}
{{-- --}}
@if (auth()->user()->level == 'Admin') @endif @php($no = 1) @foreach ($data as $row) @if (auth()->user()->level == 'Admin') @endif @endforeach
Name Type LengthAction
{{ $row->name }} {{ $row->type }} {{ $row->length }} Edit Delete
@section('scripts') @endsection