@if (session('status'))
{{-- @include('partials.deletemodal') --}}
@include('layouts.footers.auth')
{{ session('status') }}
@endif
Payments
Transferred balance from account to user banking
{{--
--}}
Websites
@sortablelink('id', 'No.') | @sortablelink('name', 'User') | Payment method | Account no. | @sortablelink('paid_at', 'Paid At') | Status | |
---|---|---|---|---|---|---|
{{ ($index + 1) + (($users->currentPage() - 1) * $users->perPage()) }} | {{ $user->name }} | {{ $user->email }} | 0 | {{ $user->created_at->format('d-m-Y h:i A' ) }} | complete |