@extends('layouts.app') @section('title', 'DAV College Portal') @section('styles') @endsection @section('content')
INQUIRY FORM
@csrf
Name ( in BLOCK letters):*
(First Name)
(Middle Name)
(Last Name)
Gender:*
Faculty Applying for:*
Phone No.:*
Email:*
Address:*
High school(+2 College) Name:*
How did you hear about us?*
@include('cmat-content', ['isStandalone' => false])
@endsection @section('scripts') @endsection