@extends('layouts.admin') @section('title', 'Service Detail Enquiries - ' . $service->title) @section('content_header')
Enquiries submitted from the {{ $service->title }} service detail page
| Sr. No. | Name | Phone | Marketing Consent | Submitted | Actions | |
|---|---|---|---|---|---|---|
| {{ ($enquiries->currentPage() - 1) * $enquiries->perPage() + $loop->iteration }} | {{ $enquiry->full_name }} | {{ $enquiry->email }} | {{ $enquiry->phone }} | @if($enquiry->marketing_consent) Yes @else No @endif | {{ $enquiry->created_at->format('M j, Y h:i A') }} |
No enquiries have been submitted for this service yet.