Edit Attestation ✏️

Update the attestation details and status

@csrf @method('PUT')
@error('department_id')

{{ $message }}

@enderror
@error('status')

{{ $message }}

@enderror
@if($attestation->attestation_file)

📁 Current file: {{ basename($attestation->attestation_file) }}

@endif @error('attestation_content')

{{ $message }}

@enderror

Original Details

Created

{{ $attestation->created_at->format('M d, Y H:i') }}

Last Updated

{{ $attestation->updated_at->format('M d, Y H:i') }}

Submitted By

{{ $attestation->employee_name }}

Payroll ID

{{ $attestation->payroll_id }}

Cancel