@extends('layout.default') @section('page_toolbar') Import   Back @endsection @section('content')
{!! Form::select('country', $countries , Session::get('country'), ['class' => 'form-control new-drop-section select2 ', 'id' => 'country', 'style' => 'width:100%','placeholder'=>'Select Country']) !!}
{!! Form::select('curriculum', $curriculum ,'', ['class' => 'form-control new-drop-section select2', 'placeholder' => 'Select curriculum','id' => 'curriculum']) !!}
{!! Form::select('subject', $subjects , '', ['class' => 'form-control new-drop-section select2 ', 'id' => 'subject', 'style' => 'width:100%','placeholder'=>'Select Subject']) !!}

Code Topic Country Curriculum Subject Year / Paper Action
@include('admin.topics.topic_modal') @include('admin.topics.topic_import_modal') @endsection @section('styles') @endsection @section('scripts')