@extends('dashboard.layout') @section('content')

{{$title}}

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