@extends('adminlte::page') @section('title', 'Service Detail Enquiries - ' . $service->title) @section('content_header')
Enquiries submitted from the {{ $service->title }} service detail page
ID | Name | Phone | Marketing Consent | Submitted | Actions | |
---|---|---|---|---|---|---|
{{ $enquiry->id }} | {{ $enquiry->full_name }} | {{ $enquiry->email }} | {{ $enquiry->phone }} | @if($enquiry->marketing_consent) Yes @else No @endif | {{ $enquiry->created_at->format('M j, Y g:i A') }} |
No enquiries have been submitted for this service yet.