@section('content') @section('scripts') @stop

Contacts>Show message

Contact

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) }}

Back Replay
{{ Form::open(array('url' => 'admin/contact', 'id' => 'replay_form', 'style' => 'display:none')) }}
{{ Form::textarea('message', null, array('id' => 'input-message', 'placeholder' => 'Message', 'required' => 'true', 'class' => 'form-control')) }}
{{ Form::close() }} @endsection