@extends('layouts.app') @section('title', 'Create Event') @section('content')

Create Your Event

@include('events.form')
@endsection