@extends('layouts.app') @section('title', 'Add Pengeluaran - Dazry Laundry App') @section('page_title', 'Add Pengeluaran') @section('content')
@csrf @include('pengeluaran.form', [ 'pengeluaran' => null // No existing expense for create ])
@endsection