@section('style') @endsection

{{ __('dashboard.edit') . $category->name }}

@csrf @method('PATCH')

يمكنك اختيار عدة صور دفعة واحدة @error('service_images')
{{ $message }}
@enderror
@if (!empty($category->images) && $category->images->count() > 0)

{{ __('dashboard.current_images') ?? 'الصور الحالية' }}
{{ __('dashboard.drag_drop_instructions') ?? 'السحب والإفلات' }}: {{ __('dashboard.drag_drop_description') ?? 'اسحب الصور لتغيير ترتيبها ثم اضغط حفظ الترتيب' }}
@foreach ($category->images->sortBy('order') as $key => $image)
⋮⋮
@endforeach
@endif
{{ __('dashboard.publish/unpublish') }}
status)) />
{{ __('dashboard.show_in_home') }}
show_in_home)) />
{{ __('dashboard.show_in_header') }}
show_in_header)) />
{{ __('dashboard.show_in_footer') }}
show_in_footer)) />

{{ __('dashboard.seo') }}

{{ __('dashboard.meta_robots') }} (index)
index)) />