@extends('user.layout') @section('content')
S/N | Date | Amount | Description | Status |
---|---|---|---|---|
{{ $loop->iteration }} | {{ $history->created_at->format('d M Y') }} | {{ $history->amount }} | {{ $history->remark }} | {{ $history->is_active ? 'Active' : 'Inactive' }} |