Manage Poi Owners
+
{{-- START ADD MODAL --}}
{!! html_entity_decode(session('successMessage')) !!}
@endif
@if(Session::has('dangerMessage') || count($errors))
{!! html_entity_decode(session('dangerMessage')) !!}
{{ $errors->first() }}
@endif
{{-- END ALERT BLOCK --}}
# | Name | 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. |