@extends('template.app') @section('title', 'Kategori Biaya') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
@foreach($biayaKategoris as $biayaKategori) @endforeach
Nama Deskripsi Aksi
{{ $biayaKategori->name }} {{ $biayaKategori->description }}
@endsection @section('js') @endsection