@extends('layouts.app') @push('css') @endpush @section('content')
Topic Type
@foreach ($TopicTypes as $key=>$topictype) @endforeach
# Title Question Type Action
{{$key+1}} {{$topictype->title}} {{$topictype->examtype->name}} @if($topictype->user_id==Auth::user()->id || Auth::user()->role_id==1) Create Question Edit Preview @endif
@csrf
@error('title') {{ $message }} @enderror
@error('question_type') {{ $message }} @enderror
@endsection @push('js') @endpush