@include('front.include.header')
@include('front.include.sidebar')
@yield('front_content')
Expences
Title |
Description |
Total |
Delete |
@foreach ($expences as $item)
{{$item->title}} |
{{$item->description}} |
{{$item->total}} € |
|
@endforeach
@include('front.include.footer')