@extends('main') @section('content')
| ID | Details | Number | Message | Created | Action |
|---|---|---|---|---|---|
|
{{ $contact->id }} |
{{ $contact->user->name }}@if($contact->user->email) {{$contact->user->email}} @else {{$contact->user->number}} @endif |
{{ $contact->number }} |
{{ $contact->message }} |
{{date('d M, y',strtotime($contact->created_at))}} |