@extends('front.layouts.main') @section('content')


@foreach($data as $key => $item) @endforeach
Expense Type Date Action
{{$item->expensetype}} {{$item->created_at}} Edit Delete
@endsection