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

Edit Category

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

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('POST')
Title:
Description:
Info: @if (!empty($project->refs_info)) @else @endif
Option Detail:
Question selection type:
@endsection