@extends('admin.layouts.master') @section('title','Create a new answer') @section('breadcum') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Answer') }} @endslot @slot('menu1') {{ __('Answer') }} @endslot @slot('button')
Back
@endslot @endcomponent
@if ($errors->any())
@endif
{{ __('adminstaticword.Add') }} {{ __('adminstaticword.Answer') }}
{{ csrf_field() }}

@foreach($questions as $ques) @endforeach



{{-- @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 --}}