@extends('layouts.admin') @section('content')
@php $lang=app()->getLocale(); @endphp
ইন্টারনেট ব্যবহারকারীদের খোঁজ করুন
@if (session('status')) @endif
@csrf
{{-- --}}
Trash Guard :- All Active Inactive Zero Bill Trash
@foreach ($users as $user) @endforeach
# Username Package Comments Monthly Bill Status Connection Date Actions
{{$loop->index+1}} {{$user->name}} {{$user->profile}} {{$user->comments}} {{$user->bill_amount}} @if ($user->disabled=='false') ON @else OFF @endif {{$user->created_at->format('d M, Y')}}   {{$user->created_at->format('h:i:s A')}}
@can('accounts') Change Date @endcan
@php if(isset($_REQUEST['page'])){ $page_id=$_REQUEST['page']; }else{ $page_id=1; } @endphp Restore Delete Permanently
{{-- {!! $users->links() !!} --}}
@endsection