@extends('admin.layouts.app')
@section('title', 'العلامة التجارية')
@section('content')
العلامة التجارية
الشعار (Logo)
@if ($logo)
 }})
@else
لا يوجد شعار
@endif
البانرات الحالية
@if ($sliders->count() > 0)
@foreach ($sliders as $slider)
{{ $slider->title_ar ?? 'بدون عنوان' }}
الترتيب: {{ $slider->order }}
@endforeach
@else
لا توجد بانرات بعد
@endif
@endsection