@extends('layouts.admin') @section('title', 'Service-Specific Cyber Security Enquiries') @section('content_header')
Enquiries submitted from Cyber Security service detail pages
| Sr. No. | Name | Phone | Marketing Consent | Actions | |
|---|---|---|---|---|---|
| {{ ($enquiries->currentPage() - 1) * $enquiries->perPage() + $loop->iteration }} | {{ $enquiry->full_name }} | {{ $enquiry->email }} | {{ $enquiry->phone }} | @if($enquiry->marketing_consent) Yes @else No @endif | View |
Enquiries submitted from service detail pages will appear here.