@extends('layouts.index') @section('title') Ref Employee Status @endsection @section('css') @endsection @section('content')

List of Ref Employee Status

List of Ref Employee Status

@php $increment = 1; @endphp @foreach($ref_status_pegawai as $data) @endforeach
# Name Status Option
{{ $increment++ }} {{ $data->nama }} @if($data->status == 'Y') Active @else Inactive @endif
Add Ref Employee Status

@csrf
Edit Ref Employee Status

@csrf @method('PUT')
@endsection @section('js') @endsection