Create Letter
@csrf @method('PUT') {{-- @method('update') --}}
Subject
*
{{--
--}} @error('Subject')
{{ $message }}
@enderror
Status
*
Select status
LetterActivestatus == 'Yes' ? 'selected' : '' }}>Active
LetterActivestatus == 'No' ? 'selected' : '' }}>Inactive
@error('status')
{{ $message }}
@enderror
User
*
@foreach($notifications as $notification)
@php $userID[] = $notification->receiver_user_id; @endphp @endforeach
@foreach ($UserRole as $val)
UserID, $userID) ? 'selected' : '' }}> {{ $val->UserFirstName }}
@endforeach
@error('UserID')
{{ $message }}
@enderror
Remark
*
{{ $letter->remark }}
@error('remark')
{{ $message }}
@enderror
{{ old('editor1', $letter->contentLetter) }}
Rich Text Editor, edit
Editor toolbars
Clipboard/Undo
Cut
Keyboard shortcut Ctrl+X
Copy
Keyboard shortcut Ctrl+C
Paste
Keyboard shortcut Ctrl+V
Paste as plain text
Keyboard shortcut Ctrl+Alt+Shift+V
Paste from Word
Undo
Keyboard shortcut Ctrl+Z
Redo
Keyboard shortcut Ctrl+Y
Editing
Spell Check As You Type
Links
Link
Keyboard shortcut Ctrl+K
Unlink
Anchor
Insert
Image
Table
Insert Horizontal Line
Insert Special Character
Tools
Maximize
Document
Source
Basic Styles
Bold
Keyboard shortcut Ctrl+B
Italic
Keyboard shortcut Ctrl+I
Strikethrough
Remove Format
Paragraph
Insert/Remove Numbered List
Insert/Remove Bulleted List
Decrease Indent
Increase Indent
Block Quote
Styles
Styles
Styles
Format
Format
about
About CKEditor 4
Press ALT 0 for help
◢
Elements path
@error('editor1')
{{ $message }}
@enderror
{{--
--}}
Back