/home/techb158/ileadtechnology.com/resources/views/instructor/answer
NameSizeModeActions
add.blade.php36480644editdlrm
edit.blade.php26200644editdlrm
index.blade.php23560644editdlrm
Edit: /home/techb158/ileadtechnology.com/resources/views/instructor/answer/add.blade.php (3648B)
@extends('admin/layouts.master') @section('title', 'Add Answer - Instructor') @section('body') @if ($errors->any())
@endif
@include('admin.message')

{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Answer') }}


{{ csrf_field() }}

@foreach($questions as $ques) @endforeach



  • @endsection