@section('content') @section('scripts') @stop
Contacts>Show message
Name: {{ $contact->name }}
Email: {{ $contact->email }}
Phone: {{ $contact->phone }}
Date: {{ date('M d, Y, g:ia', strtotime($contact->created_at)) }}
IP: {{ $contact->ip }}
{{ nl2br($contact->message) }}
{{ Form::open(array('url' => 'admin/contact', 'id' => 'replay_form', 'style' => 'display:none')) }}