@extends(getTemplate('admin')) @section('content') @push('custom-css') @endpush

{{__('takenplace::takenplace.event_management')}}

Event

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@push('custom-js') @endpush @endsection