@extends('layouts.app', [ 'class' => '', 'elementActive' => 'service' ]) @section('content') {{-- @dd($service) --}}
Edit Services
@csrf
@csrf @if (isset($service))
@endif
EN
MY
Title
{!! $errors->first('en_title', '
:message
') !!}
Body
{{ isset($service) ? $service->translate('en')->body : old('en_body')}}
Rich Text Editor, en-editor
Editor toolbars
Clipboard/Undo
Cut
Keyboard shortcut Ctrl+X
Copy
Keyboard shortcut Ctrl+C
Paste
Keyboard shortcut Ctrl+V
Paste as plain text
Paste from Word
Undo
Keyboard shortcut Ctrl+Z
Redo
Keyboard shortcut Ctrl+Y
Editing
Spell Check As You Type
Links
Link
Keyboard shortcut Ctrl+L
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
Press ALT 0 for help
◢
Elements path
{{--
{{ isset($service) ? $service->translate('en')->body : old('en_body')}}
--}} {!! $errors->first('en_body', '
:message
') !!}
Burmese Title
{!! $errors->first('my_title', '
:message
') !!}
Burmese Body
{{ isset($service) ? $service->translate('my')->body : old('my_body')}}
Rich Text Editor, my-editor
Editor toolbars
Clipboard/Undo
Cut
Keyboard shortcut Ctrl+X
Copy
Keyboard shortcut Ctrl+C
Paste
Keyboard shortcut Ctrl+V
Paste as plain text
Paste from Word
Undo
Keyboard shortcut Ctrl+Z
Redo
Keyboard shortcut Ctrl+Y
Editing
Spell Check As You Type
Links
Link
Keyboard shortcut Ctrl+L
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
Press ALT 0 for help
◢
Elements path
{{--
{{ isset($service) ? $service->translate('my')->body : old('my_body')}}
--}} {!! $errors->first('my_body', '
:message
') !!}
Cancel
@stop @push('scripts') {{-- --}} @endpush