@include('layouts.success_error')
Manajemen Peradilan
@if (! $st->SuratTugasManajemenPeradilan->isEmpty())
@foreach($st->SuratTugasManajemenPeradilan as $key => $dt) @endforeach
Status Tindak Lanjut Komentar Keterangan Tindak Lanjut Upload Bukti
@hasanyrole('Admin|Pengawas') @else @if($dt->status == 'SELESAI')

Status

@else @endif @endhasanyrole

{{$dt->status}}


@hasanyrole('Admin|Pengawas') @else

Target Penyelesaian

@endhasanyrole

@if(! is_null($dt->target_penyelesaian)) {{date('d/m/Y', strtotime($dt->target_penyelesaian))}} @endif


@hasanyrole('Admin|Pengawas') @else

Tanggal Selesai

@endhasanyrole

@if(! is_null($dt->tanggal_upload)) {{date('d/m/Y', strtotime($dt->tanggal_upload))}} @endif


@hasanyrole('Admin|Pengawas') @else

Tanggal Approved

@endhasanyrole

@if(! is_null($dt->tanggal_penyelesaian)) {{date('d/m/Y', strtotime($dt->tanggal_penyelesaian))}} @endif

@foreach($dt->komentar as $dta)
@if(auth()->user()->name == $dta->nama) @else @endif
@if(auth()->user()->name == $dta->nama) {{$dta->created_at->format('d M Y H:i:s')}}

{{$dta->nama}}

@else {{$dta->created_at->format('d M Y H:i:s')}}

{{$dta->nama}}

@endif
{!! nl2br($dta->komentar) !!}
@endforeach

Tulis Komentar

KONDISI

{!! nl2br($dt->kondisi) !!}

REKOMENDASI

{!! nl2br($dt->rekomendasi) !!}

{!! nl2br($dt->tindak_lanjut) !!}

@else
Belum Ada Data
@endif