@foreach($data as $reprimand)

Edit Reprimand

@csrf @method('PUT') {{-- Assign To --}}
{{-- Reprimand Type --}}
{{-- Effective Date --}}
{{-- End Date --}}
{{-- Notes --}}
{{-- Watchers --}}

Otomatis terisi berdasarkan approval line employee yang dipilih

{{-- Attachment --}}
@if($reprimand->attachment)

File saat ini: Lihat file

@endif
@endforeach