@extends('layouts/base_view') @section('title'){!! $variables['header_routes'] !!}@endsection @section('content')

Detail Item Reward

@if($item->image)
{{ $item->name }}
@endif
Nama Item{{ $item->name }}
Point Cost{{ number_format($item->point_cost, 0, ',', '.') }} poin
Status @if($item->is_active) Aktif @else Nonaktif @endif
Dibuat{{ $item->created_at?->format('d/m/Y H:i') ?? '-' }}
Diperbarui{{ $item->updated_at?->format('d/m/Y H:i') ?? '-' }}
@include('partials.audit-log')
@endsection