@extends('Modules.Admin.layouts.main') Admin Dashboard @section('main-content') @if(Auth::user()->hasRole('Admin'))

@foreach($users as $user) @if($user->online==1) @else @endif @if(Auth::user()->name==$user->name) @if($user->block==1) @else @endif @else @if($user->block==1) @else @endif @endif @endforeach
User Roles Last Logged In Active
 {{$user->name}} {{$user->name}}{{$user->role}} 12:00 AM, Thu-1st-Jan-1970

Loading Calender....!

@else

Insufficient Permission

@endif @endsection