@extends('admin.layout') @section('content')

Report(Transaction)



@php $total =0; @endphp @foreach($result as $item) @endforeach
DateInvoice Category Type Debit Credit Balance
{{ !empty($item->created_at)? date('d/m/Y', strtotime($item->created_at)) : '' }} {{ $item->invoice_id ?? '' }} {{ $item->category ?? '' }} {{ $item->type ?? '' }} {{ $item->dr ?? '' }} {{ $item->cr ?? '' }} {{ $item->bal ?? '' }}
@endsection