@extends('layouts.index') @section('title') Detail Job Desc @endsection @section('css') @endsection @section('content')
{{dd($detail)}}
--}}
{{ $ref_jabatan->nama }}
| No | Job Desc | Status | Option |
|---|---|---|---|
| {{ $increment++ }} | {{ $item->job_desc }} | @if($item->status == 'Y') Active @else Inactive @endif | |
| - | - | - | - |