@php($title = 'Contact Support') @extends('layouts.portal') @section('content')

{{ $title }}

Need help with your booking or portal login? Fill in the form below and our team will get back to you as soon as possible.

@if (session('status')) {{ session('status') }} @endif @if ($errors->any())
    @foreach ($errors->all() as $err)
  • {{ $err }}
  • @endforeach
@endif
@csrf {{-- Name --}}
{{-- Email --}}
{{-- Message --}}
{{-- Submit --}}
@endsection