@extends('layouts.admin') @section('title', 'Detail Item - Mengapa Memilih Kami') @section('content')
Kembali

{{ $whyChooseUs->title }}

Detail item mengapa memilih kami

@if($whyChooseUs->icon) @else @endif

{{ $whyChooseUs->title }}

@if($whyChooseUs->is_active) Aktif @else Nonaktif @endif Urutan: {{ $whyChooseUs->sort_order }}

Deskripsi

{{ $whyChooseUs->description }}

Detail Teknis

Icon Class
{{ $whyChooseUs->icon ?: 'fas fa-star (default)' }}
Warna Tema
@php $colorNames = [ 'blue' => 'Biru', 'green' => 'Hijau', 'purple' => 'Ungu', 'yellow' => 'Kuning', 'red' => 'Merah', 'indigo' => 'Indigo', 'pink' => 'Pink', 'gray' => 'Abu-abu' ]; @endphp {{ $colorNames[$whyChooseUs->color] ?? $whyChooseUs->color }}
Urutan Tampilan
{{ $whyChooseUs->sort_order }}
Status
@if($whyChooseUs->is_active) Aktif - Tampil di website @else Nonaktif - Tersembunyi @endif

Preview di Website

@if($whyChooseUs->icon) @else @endif

{{ $whyChooseUs->title }}

{{ Str::limit($whyChooseUs->description, 80) }}

Aksi

Edit Item

Metadata

Dibuat
{{ $whyChooseUs->created_at->format('d M Y, H:i') }}
Terakhir Diubah
{{ $whyChooseUs->updated_at->format('d M Y, H:i') }}
ID
#{{ $whyChooseUs->id }}
@push('scripts') @endpush @endsection