{{ $editMode ? 'Edit Resource' : 'Add New Resource' }}

{{ $editMode ? 'Edit Resource Information' : 'Create New Resource' }}

{{ $editMode ? 'Update resource details and file' : 'Fill in the information below to create a new resource' }}

@error('title')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror Optional description for the resource
@if($editMode && $existingFileName)
Current File: {{ $existingFileName }}
Type: {{ $existingFileType }} | Size: {{ $existingFileSize }}
@if(strtolower($existingFileType) === 'pdf') View @endif Download
@endif @error('file')
{{ $message }}
@enderror @if($editMode) Leave empty to keep current file. Only PDF, DOC, and DOCX files are allowed (Max 10MB). @else Only PDF, DOC, and DOCX files are allowed (Max 10MB). @endif
Active resources will be visible to users