@extends('layout.app') @section('title') Enquiry Form @endsection @section('content')
@php $msg = Session::get('msg') ?? null; $status = Session::get('status') ?? null; @endphp

Enquiry Form

Please fill up the form and we will get back to you soon, Thanks !

@csrf

Personal Details

Additional Information

@endsection @section('script') @endsection