@extends('layouts.admin') @section('title', 'Kelola Layanan') @section('content')
Kelola layanan yang ditawarkan perusahaan
| Layanan | Harga Mulai | Status | Urutan | Dibuat | Aksi |
|---|---|---|---|---|---|
|
@if ($service->image)
{{ $service->title }}
@if ($service->is_featured)
Unggulan
@endif
{{ Str::limit($service->short_description ?? $service->description, 60) }}
|
@if ($service->price_range)
{{ $service->price_range }}
@else
Belum diset
@endif
|
@if ($service->is_active) Aktif @else Nonaktif @endif | {{ $service->sort_order }} | {{ $service->created_at->format('d M Y') }} | |