{{$expense->name}}-{{$expense->model}}
@foreach($all_expense as $value)
{{ $value->created_at}}
{{ $value->description }}
Notice: Undefined variable: value in /home/cp136264/public_html/gha/resources/views/expense.blade.php on line 61
Notice: Trying to get property 'price' of non-object in /home/cp136264/public_html/gha/resources/views/expense.blade.php on line 61
{{ number_format($value->price)}}
@endforeach