@extends('admin.layouts.master') @section('title','Complaints Messages') @section('content')
| # | Type | Property ID | Complainer Name | Complainer Mobile | Message | Created At | Action |
|---|---|---|---|---|---|---|---|
| {{$loop->iteration}} | {{$contact->type}} | {{$contact->property_id}} | {{$contact->complainer_name}} | {{$contact->complainer_mobile}} | {{$contact->message}} | {{$contact->created_at->format('Y-m-d')}} |