@extends('layout') @section('content')
Back
@if ($errors->any())
Whoops! There were some problems with your input.

@endif
Update Question
@csrf @method('PUT')

 

 

 

@endsection