@extends('admin.layout') @section('content')
Report(Income)
Date | Flat | Item | Amount |
---|---|---|---|
{{ !empty($item->created_at)? date('d/m/Y', strtotime($item->created_at)) : '' }} | {{ $item->invoice->flat_no ?? '' }} | {{ $item->utility->title ?? '' }} ({{ $item->utility_ref_code ?? '' }}) | {{ $item->amount }} @php $total = $item->amount + $total @endphp |
Total | {{ $total ?? 0 }} |