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

Edit Default Type

{{-- Validation Errors --}} @if ($errors->any())
@endif
@csrf @method('PUT')
{{-- Hidden input for custom type name --}}
Cancel
@endsection