@extends('admin.layouts.app') @section('title', 'Add Event Type') @section('page_title', 'Event Types') @section('content')

Add Event Type

Create a new resort event or celebration category.

Back to List
@csrf @include('admin.event-types._form', [ 'eventType' => null, 'submitText' => 'Save Event Type', ])
@endsection