@extends('layouts.master') @section('title', 'OPD') @section('breadcrumb')

Penilaian

@endsection @section('content')
@foreach ($data as $item) @if ($item->status==1) @elseif($item->status==-1) @elseif($item->status==2) @else @endif @endforeach
No Periode Tanggal Pengajuan Status Action
{{$loop->index+1}} {{ Carbon\Carbon::parse($item->periode->tgl_awal)->format('d-m-Y'); }} S/d {{ Carbon\Carbon::parse($item->periode->tgl_akhir)->format('d-m-Y'); }} {{ Carbon\Carbon::parse($item->updated_at)->format('d-m-Y'); }}Menunggu PenilaianDraftNilai Instansi Sudah FinalTerdapat Revisi {{-- @dd($item->gabungan->status) --}} @if ($item->status==2) Lihat Nilai Instansi @if (empty($item->gabungan)) Nilai Gabungan @else @if ($item->gabungan->status==0) Nilai Gabungan @else Lihat Nilai Gabungan Export Nilai Gabungan @endif @endif @else Penilaian @endif
@endsection @section('css') @endsection @section('js') @endsection