@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