@extends('layouts.admin') @section('style') @endsection @section('content')

{{ __('messages.Task Type Data') }}

@csrf @isset($type) @method("PATCH") @endisset
@error('name')
{{ $message }}
@enderror
@endsection @section('script') @endsection