{{-- resources/views/admin/content/sliders/create.blade.php --}} @extends('admin.layouts.app') @section('title', 'إضافة بنر/سلايد') @php /** @var string $table */ /** @var array $columns */ $has = fn(string $c) => in_array(strtolower($c), $columns ?? [], true); @endphp @push('styles') @endpush @section('content')

إضافة بنر/سلايد

رجوع
@if ($errors->any())
تحقق من الأخطاء:
@endif
@csrf
@if($has('title'))
@endif @if($has('position'))
@endif @if($has('locale'))
@endif @if($has('link_url'))
@endif @if($has('button_text'))
@endif @if($has('sort_order'))
@endif @if($has('starts_at'))
@endif @if($has('ends_at'))
@endif @if($has('bg_color'))
@endif @if($has('text_color'))
@endif @if($has('is_active'))
@endif
@if($has('description'))
الوصف (اختياري)
@endif @if($has('image_path'))
الصورة يمكنك رفع ملف أو إدخال مسار جاهز (واحد منهم يكفي)
يُحفظ في storage/app/public/sliders ويُعرض عبر /storage/...
@endif
@endsection