@extends('layouts.app') @section('content')
Finance
@csrf
Description :
Price :


{{$expense->name}}-{{$expense->model}}

Date

Description

Price


@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

Total Expense

0


@endsection