@extends('admin.layouts.app') @section('title', 'العلامة التجارية') @section('content')

العلامة التجارية

الشعار (Logo)

@if ($logo) Zelight Logo @else
لا يوجد شعار
@endif
@csrf
@error('logo')

{{ $message }}

@enderror

إضافة بانر جديد

@csrf
@error('image')

{{ $message }}

@enderror

البانرات الحالية

@if ($sliders->count() > 0)
@foreach ($sliders as $slider)

{{ $slider->title_ar ?? 'بدون عنوان' }}

الترتيب: {{ $slider->order }}
@csrf @method('DELETE')
@endforeach
@else

لا توجد بانرات بعد

@endif
@endsection