View Services

All Services

@forelse ($services as $service) @empty @endforelse
ID Service For Top Category Mid Category Service Name Image / Video Price Duration Status Action
{{ $service->id }} {{ optional($service->midCategory->topCategory->gender)->name ?? 'N/A' }} {{ $service->midCategory->topCategory->name ?? 'N/A' }} {{ $service->midCategory->name ?? 'N/A' }} {{ $service->name }} @if ($service->image) Image @elseif ($service->video) @else N/A @endif ₹{{ number_format($service->price ?? 0, 2) }} {{ $service->duration ?? 'N/A' }} mins Edit
@csrf @method('DELETE')
No services found.