@extends('admin.layout') @section('content')
Report(Transaction)
Date | Invoice | 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 ?? '' }} |