@extends('templates.dashboard') @section('isi')

{{ $title }}

@foreach ($kategori as $kat) @endforeach
No. Nama Jumlah Status Actions
{{ $loop->iteration }} {{ $kat->name }} {{ $kat->name }} Rp {{ number_format($kat->jumlah) }} @if ($kat->active == 1) Aktif @else Non-Aktif @endif
  • @method('delete') @csrf
{{ $kategori->links() }}

@endsection