{{ $contacts->total() }}
{!! BaseHelper::clean(trans('plugins/contact::contact.new_msg_notice', ['count' => $contacts->total()])) !!}
{{ trans('plugins/contact::contact.view_all') }}
@foreach($contacts as $contact)
{{ $contact->name }}
{{ $contact->created_at->toDateTimeString() }}
{{ $contact->phone }} - {{ $contact->email }}
@endforeach @if ($contacts->total() > 10)
{{ trans('plugins/contact::contact.view_all') }}
@endif