@extends('admin.layout.layout')
@section('content')
Question Types
S.NO |
Name |
Action |
@foreach ($question_types as $question_type)
{{ $loop->iteration }} |
{{ $question_type->name }} |
|
@endforeach
{{-- Data Table Code --}}
{{-- Opening modal if any error exists --}}
@if ($errors->any())
@endif
@endsection