/var/www/flurhymez/resources/views/admin/events
NameSizeModeActions
add.blade.php58750644editdlrm
edit.blade.php61590644editdlrm
listing.blade.php36940644editdlrm
Edit: /var/www/flurhymez/resources/views/admin/events/edit.blade.php (6159B)
@extends('admin.layout.app') @section('title', $event->title) @section('actions') @endsection @section('content')
@csrf @if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if ($categories->isEmpty())
{{ __('admin.events.no_category') }}
@endif
{{ __('admin.events.event_category') }}
{{ __('admin.events.event_date') }}
{{ __('admin.events.event_description') }}
@endsection