@extends('layouts/contentNavbarLayout') @section('title', 'Users List') @section('vendor-script') @endsection @section('content')
Users List
@if (session('success'))
{{ session('success') }}
@endif
{{-- Rows populated via backend or AJAX --}}
# User Email Mobile Payout PayIn Status KYC Created At Action
@endsection @section('js') @endsection