@extends('layouts.app') @section('title') Daftar Pengeluaran @endsection @section('breadcrumb') @parent
  • pengeluaran
  • @endsection @section('content')
    No Tanggal Jenis Pengeluaran Nominal Aksi
    @include('pengeluaran.form') @endsection @section('script') @endsection