@extends('layout.master', ['headerTitle' => 'Edit Type']) @section('style') @endsection @section('body')

Edit Type

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