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

{{$title}}

@foreach($form->fields as $i => $field) {{$field['label'][Config::get('app.locale')]}} @php $name = $field['name']; @endphp

{{$record->$name}}

@if(!$loop->last)
@endif @endforeach
@endsection