@extends('layout.master') @section('title', 'List Field') @section('add-fields', 'active') @section('newCase', 'active') @section('levelCSS') @endsection @section('body')
# | Description | Label | Label Description | Type | Value | Children | Actions |
---|---|---|---|---|---|---|---|
{{$inf->sn}} | {{$inf->description}} | {{$inf->label}} | {{$inf->label_description}} | {{$inf->type}} | {{$inf->value}} | @foreach ($inf->children as $children)
@foreach ($children as $key => $child)
{{$key}} : {{$child}} @endforeach @endforeach |
Edit Delete |