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

All Questions

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Add Question @foreach ($data as $key => $item) @endforeach
Sl No Question Label Category Name SubCategory Name Action
{{$key + 1}} {{$item->question_label}} {{ optional($item->category)->slug }} {{ optional($item->subcategory)->slug }} Edit Delete Show Options
@endsection