@extends('layouts.admin') @section('title', 'Create CBSE Certificate') @section('content')

Create CBSE Certificate

Back to CBSE Corner
@csrf @if($admin->is_super_admin)
Select the domain for this certificate @error('domain_id')
{{ $message }}
@enderror
@endif
The title of the certificate or document @error('title')
{{ $message }}
@enderror
Optional description for the certificate @error('description')
{{ $message }}
@enderror
Upload or select a certificate file (PDF, Excel, Word, Image, etc.) @error('file_path')
{{ $message }}
@enderror
Lower numbers appear first (0 = highest priority) @error('sort_order')
{{ $message }}
@enderror
Inactive certificates won't be displayed
Cancel
@endsection @push('scripts') @endpush