Manage Poi Owners

+
{{-- START ADD MODAL --}} {{-- END ADD MODAL --}}
{{-- START ALERT BLOCK --}} @if(Session::has('successMessage')) @endif @if(Session::has('dangerMessage') || count($errors)) @endif {{-- END ALERT BLOCK --}}
@php $num = 0; @endphp @forelse($users as $user) @empty @endforelse
# Name Email Phone Action
{{ ++$num }} {{$user->name }} {{$user->email }} {{$user->phone }} @if($user->isActive == 1) {!! html_entity_decode(link_to_route('admin-active-user', '', [$user->id], ['class' => 'btn btn-success btn-xs', 'onclick' => 'return checkInActive()', 'title' => 'Activate'])) !!} @elseif($user->isActive == 0) {!! html_entity_decode(link_to_route('admin-inactive-user', '', [$user->id], ['class' => 'btn btn-danger btn-xs', 'onclick' => 'return checkActive()', 'title' => 'Deactivate'])) !!} @endif {!! html_entity_decode(link_to_route('admin_del_poiowner', '', [$user->id], ['onclick' => 'return checkDelete()', 'title' => 'Delete'])) !!} Update Password
No Records Found.