@include('links.header') Contacts List
@if(Auth::user()->role_id==1) @endif

@if (Session::has('msg')) @endif @if (Session::has('msg_e')) @endif
@if(!empty($contacts)) @foreach($contacts AS $index=>$contact) @endforeach @endif
# Name Email Mobile Comment Date
# Name Email Mobile Comments Date
{{ $index+1 }} {{ $contact->name }} {{ $contact->email }} {{ $contact->mobile }} {{ str_limit($contact->comments, 5,'...') }} @if(strlen ($contact->comments)>5)
info
@endif
{{ $contact->created_at->format('d/m/Y H:i') }}
@include('links.footer')