@extends('admin/layouts.master') @section('title', 'Add Question - Instructor') @section('body') @if ($errors->any())
@endif
@include('admin.message')

Add New Question


{{ csrf_field() }}



  • @endsection