{!! Form::label('type', 'Type', ['class' => 'control-label'] ) !!} {!! Form::select('type', ['REG'=>'REG', 'EX'=>'EX'], null, ['class' => 'custom-select', 'required'=>'true']) !!} @error('type')

{{ $errors->first('type') }}

@enderror
{!! Form::label('class', 'Class', ['class' => 'control-label'] ) !!} {!! Form::select('class', ['COM-IV'=>'COM-IV', 'ECO-IV'=>'ECO-IV', 'ELT-IV'=>'ELT-IV', 'GEO-IV'=>'GEO-IV', 'HLT-IV'=>'HLT-IV', 'HST-IV'=>'HST-IV', 'PSC-IV'=>'PSC-IV', 'PSY-IV'=>'PSY-IV', 'SLT-IV'=>'SLT-IV', 'SOL-IV'=>'SOL-IV', 'ULT-IV'=>'ULT-IV' ], null, ['class' => 'custom-select', 'required'=>'true']) !!} @error('class')

{{ $errors->first('class') }}

@enderror
{!! Form::label('subject', 'Subject', ['class' => 'control-label'] ) !!} {!! Form::text('subject', null, ['class' => 'form-control', 'required'=>'true']) !!} @error('subject')

{{ $errors->first('subject') }}

@enderror
{!! Form::label('download_at', 'Download Date', ['class' => 'control-label'] ) !!} {!! Form::text('download_at', null, ['class' => 'form-control datepicker', 'required'=>'true']) !!} @error('download_at')

{{ $errors->first('download_at') }}

@enderror
@error('file')

{{ $errors->first('file') }}

@enderror
@push('scripts') @endpush