/home/techb158/ileadtechnology.com/resources/views/instructor/question
NameSizeModeActions
add.blade.php34340644editdlrm
edit.blade.php28540644editdlrm
index.blade.php23850644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/instructor/question/add.blade.php (3434B)
@extends('admin/layouts.master') @section('title', 'Add Question - Instructor') @section('body') @if ($errors->any())
@endif
@include('admin.message')

Add New Question


{{ csrf_field() }}



  • @endsection