{{-- Download form partial that can be used in both create and edit views --}}
@error('name_en')
{{ $message }}
@enderror
@error('name_np')
{{ $message }}
@enderror
@error('display_order')
{{ $message }}
@enderror
is_published ?? 1) ? 'checked' : '' }}>
Toggle to set the visibility status
@if (isset($download) && $download->file) @endif @if (isset($download)) Leave empty to keep the current file.
@endif Allowed file types: PDF, DOC, DOCX, XLS, XLSX, PPT, PPTX, CSV, ZIP (max 10MB)
@error('file')
{{ $message }}
@enderror
Cancel