@extends('layouts.master') @section('title') {{ __('add_bulk_questions') }} @endsection @section('content')
@csrf
@if (Auth::user()->hasRole('School Admin')) @else {!! Form::hidden('user_id', Auth::user()->id, ['id' => 'user_id']) !!} @endif

{{ __('note') }} :-
1. {{ __('First download dummy file and convert to .csv file then upload it') }}.
2. {{ __('If want more question options, then add after option_d column into csv file. e.g.- option_e, option_f') }}.
@endsection