@extends('Layout.base') @section('title', 'Task Types') @section('titleLink', '/task_types') @section('content')

Update Task Type

Update a task type with a perfect description.

@csrf @method('patch')
@endsection