@extends('layouts.app') @section('pageTitle', 'Laporan Keuangan - List') @section('content') @include('notify')
@if(!empty($laporan_keuangan)) @foreach($laporan_keuangan as $key => $c)
{{$c->name_category}}
@if(!empty($c->component)) @foreach($c->component as $post) @php $str = $post->account_id."?transaction_number=&key=&created_at&account_id=$post->account_id&category_id=$post->category_id&submit=Cari"; @endphp
Bulan Kategori Transaksi Kredit Debet
{{date('F Y', strtotime($post->transaction_date)) }}