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

Edit

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

@endif
@csrf @method('PUT')
Name:
Status:
Description:
@endsection