@extends('layouts.admin') @section('content')
# | 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 |