@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content')
@include('common.alert')
Single Answer Multi Answer {{-- Fill in the Blanks --}} Paragraph Questions {!! Form::open(array( 'url' => route_client_master('master.exams.question-bank.import'), 'method' => 'POST', 'novalidate'=>'', 'name'=>'formUsers ', 'files'=>'true')) !!}
{{ Form::label('question_type', 'Question Type') }} {{ Form::select('question_type',$question_types , null, [ 'class'=>'form-control', "id"=>"question_type", "ng-model"=>"question_type" , 'required'=> 'true' ]) }} {!! Form::open( array( 'url' => route_client_master('master.exams.question-bank.import'), 'method' => 'POST', 'novalidate'=>'', 'name'=>'formUsers ', 'files'=>'true' )) !!}
{!! Form::file('excel', array( 'class'=>'form-control', 'id'=>'excel_input', 'accept'=>'.xls,.xlsx' )) !!}
{!! Form::close() !!}
@endsection @push('script') @include('common.validations') @endpush