@extends('admin.layouts.app') @section('title', __('service_categories.title')) @section('breadcrumb') @endsection @section('content')
| # | Name (AR) | Name (EN) | Specialty | Services | Sort | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $category->id }} | {{ $category->name_ar }} | {{ $category->name_en ?? '—' }} | {{ $category->medicalSpecialty?->name ?? '—' }} | {{ $category->services_count }} | {{ $category->sort_order }} | @if($category->is_active) Active @else Inactive @endif | |
|
No service categories found. Create First Category |
|||||||