@extends('layouts.default') @section('content')
Budget List
 
@foreach ($data as $budgetData) @endforeach
SNO. Date Amount Created By
1 {{ date('d-m-Y', strtotime($budgetData->date))}} {{ $budgetData->amount}} {{ $budgetData->user}}
@endsection