@extends('layouts.admin') @section('title', 'Mengapa Memilih Kami') @section('content')
Kelola alasan mengapa klien memilih layanan kami
Total Item
{{ $whyChooseUs->total() }}
Aktif
{{ $whyChooseUs->where('is_active', true)->count() }}
Nonaktif
{{ $whyChooseUs->where('is_active', false)->count() }}
| Item | Icon & Warna | Status | Urutan | Aksi |
|---|---|---|---|---|
|
@if($item->icon)
@else
@endif
{{ $item->title }}
{{ Str::limit($item->description, 80) }}
|
{{ ucfirst($item->color) }}
@if($item->icon)
{{ $item->icon }}
@endif
|
@if($item->is_active) Aktif @else Nonaktif @endif | {{ $item->sort_order }} | |