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

@lang('Edit Event')

@lang('Back')
@endsection @section('content')
{{ __('Edit Event Form') }}
@method('PUT') @csrf
@endsection