@extends('admin.layout') @section('title', $service->exists ? 'Edit Service' : 'New Service') @section('body') {{-- تهيئة بيانات الأيقونات بواسطة Alpine.js للتحكم التفاعلي --}}
@csrf @if($service->exists) @method('PUT') @endif
{{-- العمود الأيسر: الحقول النصية --}}
General Information
{{-- قسم الأيقونات المحدث مع لوحة الاختيار السريعة --}}
Icon Setup Click any icon to select it instantly
{{-- مدخل النص اليدوي --}}
Live Preview:
{{-- شبكة منتقي الأيقونات (20 اقتراح) --}}
{{-- العمود الأيمن: الخصائص والحالة --}}
Attributes
Service Status
Cancel
@endsection