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