@extends('user.layouts.master') @section('user_content')

Other History


@foreach($bonus as $row) @endforeach
# DATE AMOUNT DESCRIPTION TYPE STATUS
{{$loop->index+1}} {{$row->created_at}} {{$row->amount}}MIND {{$row->description}} {{$row->type}} {{$row->status}}

@endsection