Payment List
@include('Dashboard.Payment.create')ID | Name | Account | Photo | Action | Created At |
---|---|---|---|---|---|
{{ ($payments->currentPage() - 1) * $payments->perPage() + $i + 1 }} | {{ $payment->name }} | {{ $payment->account }} |
|
@include('Dashboard.Payment.edit') | {{ $payment->created_at->diffForHumans() }} |
![]() |
{{ $payments->appends(request()->all())->links() }}