@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')
@endslot
@endcomponent
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
{{-- @extends('admin/layouts.master')
@section('title', 'Add Answer - Instructor')
@section('body')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@include('admin.message')
@endsection --}}