@extends('layouts.app', ['pageSlug' => 'customerlist']) @section('content')
Customer Lists
@if(\Auth::check() && \Auth::user()->role && \Auth::user()->role->roleName->role == 'admin')
@endif

# Username Firstname Lastname Mobile Number Package Expiration Ip Address Group Last Logoff Latency Offline Log Status Action
@if(\Auth::check() && \Auth::user()->role && \Auth::user()->role->roleName->role == 'admin')
@endif

Do you want to unblock this user future payments?

@endsection @push('head') @push('js') @endpush