@extends('layouts.app') @section('content')

ပေးရန် Accounts



Date

Price

Description


@foreach($income as $value) @if(is_null($value->balance)) @if($value->price_in > 0)
{{ $value->created_at}}
{{ $value->description}}
{{ number_format(abs($value->price_in))}}
Notice: Undefined variable: value in /home/cp136264/public_html/gha/resources/views/payable_display.blade.php on line 47

Notice: Trying to get property 'price_in' of non-object in /home/cp136264/public_html/gha/resources/views/payable_display.blade.php on line 47
@endif @else @if($value->balance > 0)
{{ $value->created_at}}
{{ $value->description}}
{{ number_format(abs($value->balance))}}
Notice: Undefined variable: value in /home/cp136264/public_html/gha/resources/views/payable_display.blade.php on line 67

Notice: Trying to get property 'balance' of non-object in /home/cp136264/public_html/gha/resources/views/payable_display.blade.php on line 67
@endif @endif @endforeach


Total Expense

0


@endsection