@extends('layouts.admin.app') @section('content')

user Intermediator {{-- Control panel --}}

List User Intermediator

{{-- ADD NEW LINK SOSMED --}}
@foreach ($results as $e => $r) @endforeach
Nomor Nama Email Status Action
{{ $e + 1 }} {{ $r->name }} {{ $r->email }} @if ($r->is_actived == 1) Aktif @else Non Aktif @endif Change password | @if ($r->is_actived == 1) Non-Aktif @else Actived @endif
{{-- Modal --}} @endsection @section('footer') @stop