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

Cash In Hand :: {{ number_format($cash->cash)}}


@csrf


@foreach($finance as $value) @endforeach
Date Catagory Description Expense Income
OUT IN
Cash
{{ $value->created_at}} @if($value->catagory == '0') Car Expense @elseif($value->catagory == 'income') ​စရင်း ဖွင့် (​ပေးရန်/ရရန်) @elseif($value->catagory == 'income_pay') ​ပေး စရင်း (​ပေးရန်/ရရန်) @else {{ $value->catagory}} @endif {{ $value->description}} {{ number_format($value->price)}}
Notice: Undefined variable: value in /home/cp136264/public_html/gha/resources/views/finance.blade.php on line 90

Notice: Trying to get property 'price' of non-object in /home/cp136264/public_html/gha/resources/views/finance.blade.php on line 90
@if($value->price_in < 0) @else @endif
{{ number_format(abs($value->price_in))}}
Notice: Undefined variable: value in /home/cp136264/public_html/gha/resources/views/finance.blade.php on line 100

Notice: Trying to get property 'price_in' of non-object in /home/cp136264/public_html/gha/resources/views/finance.blade.php on line 100
{{ number_format(abs($value->price_in))}}
Notice: Undefined variable: value in /home/cp136264/public_html/gha/resources/views/finance.blade.php on line 108

Notice: Trying to get property 'price_in' of non-object in /home/cp136264/public_html/gha/resources/views/finance.blade.php on line 108
{{ number_format($value->cash)}}

Total
(0+0)
0
0
@endsection