@extends('layouts.app') @section('title','Sandbox – Employees') @section('page-title','Data Karyawan (Sandbox)') @section('content')
Data diambil dari API Mekari Talenta Sandbox.
{{ json_encode($resp ?? [], JSON_PRETTY_PRINT) }}
| No | Foto | Nama | Employee ID | Organization | Position | Level | Status | Aksi | |
|---|---|---|---|---|---|---|---|---|---|
| {{ $no }} | {{-- Avatar column (klik untuk preview modal) --}}
@if($avatar)
@else
{{ $initial }}
@endif
|
{{-- Nama: HANYA nama --}}
{{ $name }}
|
{{ $email }} | {{ $eid }} | {{ $org }} | {{ $pos }} | {{ $lvl }} | @if($stat === 'Active') Active @else {{ $stat }} @endif | |