@component('mail::message') # New Quote Request **Company Details:** - Company: {{ $quote->company_name }} - Contact: {{ $quote->contact_name }} - Email: {{ $quote->email }} - Phone: {{ $quote->phone }} **Employee Information:** - Number of Employees: {{ $quote->num_employees }} - Industry: {{ $quote->industry }} **Current Insurance Status:** - Has Insurance: {{ $quote->current_insurance }} @if($quote->current_insurance === 'Yes') - Satisfied: {{ $quote->happy_with_coverage }} @if($quote->happy_with_coverage === 'No') - Issues: {{ $quote->coverage_issues }} @endif @endif Thanks,
{{ config('app.name') }} @endcomponent