@extends('admin.admin_dashboard') @section('admin')

Add Options To

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif

Question:  {{$question['question_label']}}

Category:  {{$question->category['slug']}}

Sub-Category:  {{$question->subcategory['slug']}}

@csrf
@endsection