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

{{ __('messages.Note Data') }}

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