@extends('layouts.app') @section('content')

Create New Contact

@csrf @include('admin.contacts.partials._form')
Cancel
@endsection