@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 | Nama | Branch | Employee ID | Organization | Position | Level | Status | Aksi |
|---|---|---|---|---|---|---|---|---|
| {{ $no }} |
@if($avatar)
@else
{{ $initial }}
@endif
{{ $name }}
{{ $email }}
|
{{ $branch }} | {{ $eid }} | {{ $org }} | {{ $pos }} | {{ $lvl }} | @if($stat === 'Active') Active @else {{ $stat }} @endif | |