@extends('admin.layout') @section('title', 'Manage Services') @section('body')
@forelse($services as $service) @empty @endforelse
Order Service Details Color Theme Status Actions
#{{ $service->number_display }}
{{-- صندوق الأيقونة المحمي --}}
@if(str_contains($service->icon_path, 'icon_path !!} @else {{-- إذا كان الكود يحتوي على مسارات فقط، يتم تغليفه وحمايته هنا --}} {!! $service->icon_path !!} @endif
{{ $service->title_en }}
{{ $service->title_ar }}
{{ $service->color }}
@if($service->is_active) Active @else Inactive @endif
@csrf @method('DELETE')
No services found. Start by adding one.
@endsection