@extends('layouts.app') @section('title', 'Edit Pencairan') @section('page-title', 'Edit Pencairan') @section('breadcrumb') @endsection @section('content') @if($pencairan->catatan_list->isNotEmpty())
Catatan revisi terakhir
{{ $pencairan->catatan_list->first()->teks }}
{{ $pencairan->catatan_list->first()->oleh }} - {{ $pencairan->catatan_list->first()->waktu?->diffForHumans() }}
@endif @if($pencairan->luar_rkat) @else
RKAT: {{ $pencairan->rkat?->code }} - {{ $pencairan->rkat?->perihal }}
@endif @endsection