@php $isEdit = isset($servicePage); $defaultContent = <<<'HTML'

Enter your service page introduction here.

Service Section Heading

Enter the service section description here.

HTML; @endphp
@error('menu_title')

{{ $message }}

@enderror

Example: currency-exchange, bank-transfer, cash-pickup.

@error('slug')

{{ $message }}

@enderror
@error('banner_title')

{{ $message }}

@enderror

Smaller number appears first in the menu.

@error('sort_order')

{{ $message }}

@enderror
is_active ?? true ) ) >
@error('is_active')

{{ $message }}

@enderror

Leave empty to use the default service banner. Maximum size: 5 MB.

@error('banner_image')

{{ $message }}

@enderror
Banner preview
Default banner will be used
@error('content_html')

{{ $message }}

@enderror
Paragraph: <p>Text here</p>
Orange heading: <h2>Heading</h2>
Bold: <strong>Bold text</strong>
List: <ul><li>List text</li></ul>
Line break: <br>
Cancel