@extends('admin.layout.layout') @section('content')

Edit Question Type

@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@endsection