@extends('layouts.main-app') @section('title', 'Inquiry Form') @section('content') @include('layouts.navbar')

INQUIRY FORM

Kindly fill out the inquiry form below.

@csrf
@include('layouts.footer') @endsection