@version(2) @load('css/contact.css')

{{ $entry->title ?: $lang->entry }}

{{ $lang->{'status_' . $entry->status} }} {{ zdate($entry->regdate, 'Y-m-d H:i') }} @if($form) {{ $form->title }} @endif

@foreach($entry_data as $item) @endforeach @if(count($entry_files)) @endif
{{ $item['label'] }} {!! nl2br(htmlspecialchars(is_array($item['value']) ? implode(', ', $item['value']) : $item['value'], ENT_QUOTES, 'UTF-8')) !!}
{{ $lang->attachment }} @foreach($entry_files as $file) {{ $file->source_filename }}
@endforeach
{{ $lang->go_list }}