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

Edit Question

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

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('POST')
Title:
Description:
Score:
@if(!empty($questionmd->refs_info))
Info:
@else
Info:
@endif

@if(count($cat) > 0) @foreach($cat as $cat)
@if($cat->id == $questionmd->cat) @else @endif
@endforeach @else
@endif
Question Type:
@if(count($questionmd->relatedquestions) >=1)
Related questions:
Title:
Description:
Score:
@if(!empty($rel_info->refs_info))
Info:
@else
Info:
@endif
@else
Add Related Questions:
@endif
@endsection