@extends('layouts.master') @section('content')
Inquiry Types Add Inquiry Type {{-- Forms --}} {{-- Form Layouts --}}

Add New Inquiry Type Inquiry Types List

{{--

--}} {{--
--}}
Add Inquiry Type
@csrf @if (count($errors) > 0)
@foreach ($errors->all() as $error) @endforeach
@endif
Cancel
@endsection