@extends('layouts.app') @section('title', 'Harcourts Admin Dashboard') @section('content')
Manage property marketing requests, review designer proofs, and track campaign approvals.
{{ $req->property_address ?? $req->property_url }}
| Request ID | Type | Property / Details | Agent | Submitted | Required By | Priority | Status | Revisions | Action |
|---|---|---|---|---|---|---|---|---|---|
| {{ $req->request_number }} | {{ $req->requestType->name }} |
{{ $req->property_address ?? 'N/A' }}
@if($req->property_url)
Listing Link ↗
@endif
|
{{ $req->agent ? $req->agent->name : 'N/A' }} | {{ $req->submitted_at ? $req->submitted_at->format('d M Y, g:i A') : '' }} | {{ $req->required_at ? $req->required_at->format('d M Y, g:i A') : '' }} |
|
|
{{ $req->revisions_count }} | View |
| You have not submitted any marketing requests yet. | |||||||||