@extends('layouts.app') @section('content')
| Date | Catagory | Description | Expense |
Income
|
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 |
|
{{ number_format($value->cash)}} |