@extends('layouts.admin') @section('title', 'Detail Service Package') @section('content')

Detail Service Package

Informasi lengkap paket jasa

Edit Paket

Informasi Paket

{{ $servicePackage->name }}

Rp {{ number_format($servicePackage->price, 0, ',', '.') }}

per paket

{{ $servicePackage->description ?: 'Tidak ada deskripsi untuk paket ini.' }}

@if ($servicePackage->is_active) Aktif @else Nonaktif @endif

Statistik Penggunaan

Total Produksi

{{ $servicePackage->productions_count ?? 0 }}

produksi menggunakan paket ini

Informasi Waktu

{{ $servicePackage->created_at->format('d M Y') }}

{{ $servicePackage->created_at->format('H:i') }} WIB

{{ $servicePackage->updated_at->format('d M Y') }}

{{ $servicePackage->updated_at->format('H:i') }} WIB

Tindakan Cepat

@endsection