@include('includes.admin.header') @include('includes.admin.sidebar')
Payment List
From users
Home
Users
Payment List
Payment List
User
---Select User---
@if (!empty($users)) @foreach ($users AS $user)
{{$user->name}}({{$user->email}})
@endforeach @endif
SI
No. of Votes
Expiry Date
Payment Date
User
Phone
Email
Country
Added Through
Price
Description
Previous
Next
@include('includes.admin.footer')