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

--}}


@endsection