@section('content')

Contacts

@if($contacts) @foreach($contacts as $contact) @endforeach @else @endif
ID Full name Email Phone Created Actions
{{ $contact->contact_id}} {{ $contact->name }} {{ $contact->email }} {{ $contact->phone }} {{ date('M d, Y, g:ia', strtotime($contact->created_at)) }}
No contacts yet.
{{ $contacts->appends(array('query' => Input::get('query')))->links() }} @endsection