{{$title}}
| # | @foreach($form->fields as $field){{$field['label'][Config::get('app.locale')]}} | @endforeach{{__('Actions')}} |
|---|---|---|
| @foreach($form->fields as $field) | @endforeach | @if(\Gate::check('new-form') || \Gate::check('root-access') ) {{__('Back')}} @endif |