@extends('layouts.frontend') @section('title', 'Services') @section('content')

Category Service : {{ isset($ser->name) ? $ser->name : 'Empty' }}

@forelse ($services as $service) @empty @endforelse
No Service Price Action
{{ $loop->iteration }} @foreach ($service->obtaineds as $obtained) {{ $obtained->name }} @endforeach IDR {{ number_format($service->price, 0, '.', '.') }} Book Now
Service Detail List Empty.
@endsection