@include('links.header')
Contacts List
@if(Auth::user()->role_id==1)
@endif
@if (Session::has('msg'))
| # | Name | Mobile | Comment | Date | |
|---|---|---|---|---|---|
| # | Name | 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') }} |