@extends('layouts.main') @section('content')
@foreach ($userhistory as $history) @endforeach
User Amount Date
{{ $history->user->name }} {{ $history->amount }} {{ $history->created_at->format('d-m-Y') }}
@endsection