@extends('dashboard.layout.layout') @section('current',trans('dashboard.contact.contacts')) @section('content')
{!! trans('dashboard.contact.contacts') !!}
@foreach ($unMessages as $message) @endforeach
# @lang('dashboard.general.name') @lang('dashboard.general.phone') @lang('dashboard.general.read') @lang('dashboard.general.added_date') @lang('dashboard.general.control')
{{ $loop->iteration }} {{ $message->fullname }} {{ $message->phone }} {{ trans('dashboard.general.read') }}
{{ $message->created_at->format("(Y-m-d) h:i A") }}
@include('dashboard.layout.delete_modal') @endsection @include('dashboard.contact.scripts')