@extends('layouts.admin') @section('title') @lang('Add New Event') @endsection @section('breadcrumb')

@lang('Add New Event')

@lang('Back')
@endsection @section('content')
{{ __('Add New Event Form') }}
@csrf
@endsection