@extends('layouts.master-landing-page') @section('content') @include('landing-page.elements.header') Stay in touch You will be in good company Sign up for our mailing list for key updates and tax tips. send Contact us @csrf Name Email Subject Type @foreach(\App\Models\LandingPage\UserRequest::SUBJECT_TYPES as $subjectType) {{ $subjectType }} @endforeach Subject Telephone number Detail {{ old('telephone_number') }} Send send @include('landing-page.elements.footer') @endsection @section('script') @endsection