{{ __('Edit Outgoing Letter') }}

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

{{ $message }}

@enderror
@error('letter_date')

{{ $message }}

@enderror
@error('recipient')

{{ $message }}

@enderror
@error('person_in_charge')

{{ $message }}

@enderror
@error('subject')

{{ $message }}

@enderror
@error('content')

{{ $message }}

@enderror
@if ($outgoingLetter->attachment)

Current Attachment:

@endif
@if ($outgoingLetter->attachment)

Upload a new file to replace the current one.

@endif
@error('attachment')

{{ $message }}

@enderror
Cancel
@push('scripts') @endpush