@extends('admin.layout') @section('title', __('admin.edit_event')) @section('content')
{{ __('admin.back') }} {{ __('admin.events') }}

{{ __('admin.edit_event') }}: {{ $event->getTranslation('title', 'en') }}

@csrf @method('PUT') {{-- Bilingual: Title --}}
{{ __('admin.title_en') }} *
EN | ع AR

English

@error('title_en')

{{ $message }}

@enderror

العربية

@error('title_ar')

{{ $message }}

@enderror
{{-- Bilingual: Description --}}
{{ __('admin.description_en') }}
EN | ع AR

English

العربية

{{-- Bilingual: Location Name --}}
{{ __('admin.location_name_en') }}
EN | ع AR

English

العربية

@if($event->image)
@endif
{{ __('admin.cancel') }}
{{-- Send Push Notification --}}

Send Push Notification

Send a push notification to all app users about this event.

@csrf
@endsection ob_start();