@extends('layouts.admin') @section('title', 'Manajemen Layanan') @section('breadcrumb', 'Master Data / Layanan') @section('content')
| # | Ikon | Nama Layanan | Durasi | Harga | Level | Aksi |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $s->icon }} | {{ $s->name }} | ⏱ {{ $s->duration }} menit | Rp {{ number_format($s->price,0,',','.') }} | @php $color = ['Regular'=>'badge-info','Senior'=>'badge-warning','Expert'=>'badge-danger'][$s->level] ?? 'badge-gray'; @endphp {{ $s->level }} | |
| Belum ada layanan | ||||||