@extends('adminlte::page') @section('title', 'Global Cyber Security Enquiries') @section('content_header')
Enquiries submitted from the main Cyber Security Services page
ID | Name | Phone | Service | Marketing Consent | Actions | |
---|---|---|---|---|---|---|
{{ $enquiry->id }} | {{ $enquiry->full_name }} | {{ $enquiry->email }} | {{ $enquiry->phone }} | {{ $enquiry->service_title }} | @if($enquiry->marketing_consent) Yes @else No @endif | View |
@if(request()->hasAny(['search', 'service_id', 'marketing_consent'])) Try adjusting your filters to see more results. @else No cyber security enquiries have been submitted yet. @endif