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

@foreach($questions as $ques) @endforeach



@endsection