@extends('admin.layouts.master') @section('title','Contact Message Page') @section('content')
| # | created at | name | phone | sender type | subject type | subject | {{--Sender Type | --}}message | Action | |
|---|---|---|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$contact->created_at->format('Y-m-d')}} | {{$contact->name}} | {{$contact->email}} | {{$contact->phone}} | {{$contact->sender_type_name}} | {{$contact->subject_type_name}} | @if ($contact->subject_url) {{$contact->subject_type_name . ' URL'}} @endif | {{$contact->message}} |