@extends('backend.layouts.app') @section('main') @section('title', 'Users Hotspot')
@include('backend.hotspot.user.modal.create') @include('backend.hotspot.user.modal.generate') @include('backend.hotspot.user.modal.edit') @include('backend.hotspot.user.modal.print')
USER HOTSPOT
@if (auth()->user()->role === 'Admin' || auth()->user()->role === 'Reseller')
@if (auth()->user()->role === 'Admin') @endif @if (auth()->user()->role === 'Admin') @endif @endif

{{ $totaluser }}

Users

{{ $totalactive }}

Active

{{ $totalexpired }}

Expired

NO USERNAME PASSWORD PROFILE NAS SERVER CREATED RESELLER OWNER STATUS
@endsection @push('scripts') @endpush