@extends('backend.layouts.app') @section('content')
{{('Question Bulk Upload')}}
@if($errors->any()) {!! implode('', $errors->all('
:message
')) !!} @endif
{{ ('Step 1')}}:

1. {{('Download the skeleton file and fill it with proper data')}}.

2. {{('You can download the example file to understand how the data must be filled')}}.

3. {{('Once you have downloaded and filled the skeleton file, upload it in the form below and submit')}}.


{{('Step 2')}}:

1. {{('Exams should be in numerical id')}}.

2. {{('You can download the pdf to get all required ids')}}.



{{('Upload Questions File')}}
@csrf
@endsection