@extends('layouts.app') @section('content')
@lang('note.edit')
@method('PATCH') @csrf
@if ($errors->has('note')) @endif
is_private) checked @endif>
@endsection