@extends('template.app') @section('title', 'Daftar Biaya Pengeluaran') @section('css') @endsection @section('breadcrumb') @endsection @section('content')
@include('components.toast-notification')
Biaya Pembelian

Rp. {{ number_format($purchase_expense, 0, ',', '.') }}

Detail
Biaya Transfer Stok

Rp. {{ number_format($stocktransfer_expense, 0, ',', '.') }}

Detail
Biaya Lainnya

Rp. {{ number_format($other_expense, 0, ',', '.') }}

Detail
@endsection