@include('partials.dashboard.head') @if (in_array($page, ['company', 'media'])) @include('partials.dashboard.sidebar', ['page' => $route]) @else @include('partials.dashboard.sidebar', ['page' => ($page === 'profile' ? 'profile' : 'users')]) @endif @include('partials.dashboard.header')
@include('dashboard.users.profiles.heading')
@include('dashboard.users.profiles.tabs')
Informasi Akun

Informasi umum terkait akun Anda

Nama {{$user->name}}
Email {{$user->email}}
Role/Hak Akses {{$user->role->name}}
Status @switch($user->status) @case(0) Menunggu @break @case(1) Aktif @break @case(2) Nonaktif @break @case(3) Ditolak @break @default Tidak Diketahui @endswitch
Dibuat Pada {{idn_date($user->created_at, 'd F Y')}}
Pembaruan Terakhir {{idn_date($user->updated_at, 'd F Y')}}
@include('dashboard.users.profiles.action')
@include('partials.dashboard.footer', ['rich_editor' => false])