@extends('layouts.frontend') @section('title', 'Services') @section('content')
| 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. | |||