@extends('admin.layouts.admin') @section('content')

إدارة السلايدر (Hero)

إضافة جديد
@foreach($heroes as $hero) @endforeach
المستهدف الميزة العنوان العمليات
@php $userTypes = [ 'guest' => 'زائر (غير مسجل)', 'customer' => 'عميل (مشتري)', 'pharmacy' => 'صاحب صيدلية', 'doctor' => 'طبيب استشاري', 'merchant' => 'تاجر / مورد', 'file_owner' => 'صاحب ملفات', 'job_seeker' => 'باحث عن عمل', ]; @endphp {{ $userTypes[$hero->user_type] ?? $hero->user_type }} {{ $hero->feature }} {{ $hero->title }} تعديل
@csrf @method('DELETE')
@endsection