@extends('admin.layout.layout') @section('content')

Question Types

@foreach ($question_types as $question_type) @endforeach
S.NO Name Action
{{ $loop->iteration }} {{ $question_type->name }}
{{-- Data Table Code --}} {{-- Opening modal if any error exists --}} @if ($errors->any()) @endif @endsection