@extends('admin.layout') @section('title', 'Edit Article') @section('content')

Edit Article

@if($blog->source === 'ai_agent') AI Generated @endif
@csrf @method('PUT') {{-- Title --}}
EN AR Title
@error('title_en')

{{ $message }}

@enderror
@error('title_ar')

{{ $message }}

@enderror
{{-- Excerpt --}}
Excerpt
{{-- Content --}}
Content
@error('content_en')

{{ $message }}

@enderror
@error('content_ar')

{{ $message }}

@enderror
{{-- Settings --}}
Settings
@if($blog->image) @endif
Cancel
{{-- Send Push Notification --}}

Send Push Notification

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

@csrf
@endsection ob_start();