@extends('backend.layouts.main') @section('title') Create Contact Inquiry @endsection @section('content')

Create New Contact Inquiry

@csrf @include('backend.contact-us.partials.form')
@endsection