@if (session('status')) @endif

Payments

Transferred balance from account to user banking

{{--

Websites

--}}
@foreach ($users as $index => $user) @endforeach
@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
{{-- @include('partials.deletemodal') --}} @include('layouts.footers.auth')