Actions & Status
Status
{{ $contract->status ?? 'draft' }}
@if($contract->terminated_at)
Terminated at: {{ $contract->terminated_at }}
@endif
Approval / Extend
Approve and optionally extend the contract.
Deleting a contract preserves audit entries. The contract reference in logs will be cleared to retain history.
Hint: If you don't enter an extension value when approving, the system will auto-extend by the number of days configured in General Settings → contracts_auto_extend_days (if set).