@extends('admin.layouts.app') @section('title', __('services.title')) @section('breadcrumb') @endsection @section('content')
| # | Name (AR) | Name (EN) | Category | Specialty | Price | Duration | Bookable | Status | Actions |
|---|---|---|---|---|---|---|---|---|---|
| {{ $service->id }} |
{{ $service->name_ar }}
@if($service->code)
{{ $service->code }} @endif |
{{ $service->name_en ?? '—' }} | @if($service->category) {{ $service->category->name_en ?? $service->category->name_ar }} @else — @endif | {{ $service->category?->medicalSpecialty?->name ?? '—' }} | {{ number_format($service->default_price, 2) }} | {{ $service->duration_minutes }} min | @if($service->is_bookable) @else @endif | @if($service->is_active) Active @else Inactive @endif | |
|
No services found. Create First Service |
|||||||||