@extends('layouts.app') @section('content')

Add Question

@if ($errors->any())
Whoops! There were some problems with your input.

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Title:
Description:
Score:
Info:

@if(count($cat) > 0) @foreach($cat as $cat)
@endforeach @else
@endif
Question Type:
Add Related Questions:
@endsection