@extends('layouts.app') @section('content')

{{ isset($file) ? 'Edit File Record' : 'Create New File' }}

{{ isset($file) ? 'Update file information and reference details' : 'Add a new file to the document management system' }}

File {{ isset($file) ? 'Update' : 'Creation' }} Form
@csrf @if(isset($file)) @method('PUT') @endif
Reference Number: Auto-generated
File Classification
@error('file_series_id')
{{ $message }}
@enderror
@error('department_id')
{{ $message }}
@enderror
File Keywords
File Details
@error('running_number')
{{ $message }}
@enderror
@error('file_part')
{{ $message }}
@enderror
@error('file_subject')
{{ $message }}
@enderror
File Creation Guidelines
  • File Series: Select the appropriate category for your file
  • Keywords: Choose relevant classification keywords (optional but recommended)
  • Running Number: Sequential number for file tracking
  • File Part: Use '1' for single-part files, or specify part number for multi-part files
  • Reference Number: Auto-generated based on your selections
Cancel
@endsection