@extends('dashboard.index') @section('content')

Income Report

@foreach($records as $rec) @endforeach
ID User Type Amount Date
{{ $rec->id }} {{ $rec->user_id }} {{ $rec->type }} {{ $rec->amount }} {{ $rec->created_at }}
{{ $records->links() }}
@endsection