@extends('admin.layouts.app') @section('title', 'Inquiries') @section('content')
Manage customer inquiries and leads
| Contact | Property | Type | Status | Date | Actions |
|---|---|---|---|---|---|
|
{{ $inquiry->name }} {{ $inquiry->phone }} @if ($inquiry->email){{ $inquiry->email }} @endif |
@if ($inquiry->property) {{ Str::limit($inquiry->property->title, 40) }} @else General Inquiry @endif |
{{ ucfirst(str_replace('_', ' ', $inquiry->inquiry_type)) }}
{{ ucfirst(str_replace('_', ' ', $inquiry->source)) }} |
{{ $inquiry->created_at->format('M d, Y') }}
{{ $inquiry->created_at->format('h:i A') }} |
||
| No inquiries found | |||||