@extends('procurement::layouts.master') @section('title','Revision History') @section('content')
| Date | Field | Old Value | New Value | Changed By | Reason |
|---|---|---|---|---|---|
| {{ $r->changed_at->format('M j, Y H:i') }} | {{ $r->field_changed }} |
{{ $r->old_value ?? '—' }} | {{ $r->new_value ?? '—' }} | {{ $r->changed_by ?? '—' }} | {{ $r->reason ?? '—' }} |
| No revision history yet | |||||