{{-- resources/views/components/enquiry-form-wrapper.blade.php --}} @props(['pageSource' => 'home', 'formType' => 'enquiry']) {{-- Include the existing enquiry modal from training calendar page --}} @include('website.training.calendar_modal', ['pageSource' => $pageSource, 'formType' => $formType]) {{-- Set form configuration for this page --}} @once @endonce