@extends('backend.layouts.app') @section('content')
{{ translate('Note Information') }}
@csrf
@error('description') {{ $message }} @enderror
@endsection