@extends('layouts.index') @section('title') Daftar Ref Pekerjaan @endsection @section('css') @endsection @section('content')
| # | Nama Pekerjaan | Status | Aksi |
|---|---|---|---|
| {{ $increment++ }} | {{ $data->nama_pekerjaan }} | @if($data->status == 'aktif') Aktif @else Nonaktif @endif |