@extends('layouts.master') @section('title') @lang('translation.dashboards') @endsection @section('css') @endsection @section('content')
{{--
{{ Auth::user()->name }}

{{ $peg['divisibidangkerja'] }}
{{ $peg['posisi'] }}

--}}

Kelengkapan Data

{{-- style="height: calc(100vh - 120px); overflow: auto;" --}}

Status Tahapan Proses Rekrutmen

{{-- style="height: calc(100vh - 120px); overflow: auto;" --}}
@foreach ($tahapan as $index => $step)

{{ $step['nama_tahapan'] }}

{!! $step['keterangan'] !!}

@endforeach
@endsection @section('script') @endsection @section('script-bottom') @endsection