@extends('layout.master') @section('title', 'Edit Field') @section('add-fields', 'active') @section('newCase', 'active') @section('levelCSS') @endsection @section('body')
@foreach ($info as $inf)
@foreach($inf->children as $key => $childr) @endforeach
Values (optional explanation)
{{ csrf_field() }}
@endforeach
@endsection @section('levelJS') @endsection