@extends('layouts.admin', ['title' => ($banner->exists ? 'تعديل بانر' : 'بانر جديد').' | RaseedNow']) @section('content')
Hero

{{ $banner->exists ? 'تعديل بانر' : 'بانر جديد' }}

البانرات
@if($errors->any())
{{ $errors->first() }}
@endif
@csrf @if($banner->exists) @method('PATCH') @endif @if($banner->image_path)
الصورة الحالية {{ $banner->title_ar }}
@endif
@endsection