@extends('layouts.bootstrap') @section('title', 'Create Document Type') @section('content')

Create New Document Type

Add a new document type for tender requirements

Back to Document Types
Document Type Information
@csrf
@error('name')
{{ $message }}
@enderror
Enter a clear, descriptive name for the document type
@error('description')
{{ $message }}
@enderror
Help users understand what this document is and its requirements
@error('is_active')
{{ $message }}
@enderror
Only active document types appear in tender forms
@error('sort_order')
{{ $message }}
@enderror
Lower numbers appear first in forms
Cancel
Document Type Examples
Common Document Types:
  • Insurance Certificate
  • Environmental Clearance
  • Quality Certification (ISO)
  • Safety Compliance Certificate
  • Professional License
  • Financial Statement
  • Work Experience Certificate
  • Technical Specification
Best Practices
  • Use clear, specific names
  • Provide detailed descriptions
  • Set appropriate sort order
  • Start with "Active" status
  • Consider grouping related documents
@endsection