2024-03-05 03:06:36 +01:00
|
|
|
@php
|
|
|
|
$renderOnSave = false;
|
|
|
|
@endphp
|
|
|
|
|
2024-03-02 01:16:24 +01:00
|
|
|
<div class="submenu">
|
|
|
|
<button id="save-toggle" title="save settings">
|
|
|
|
<i class="ti ti-device-floppy"></i>
|
|
|
|
</button>
|
|
|
|
<button id="publish-pages" title="publish site">
|
|
|
|
<i class="ti ti-world-upload"></i>
|
|
|
|
</button>
|
2024-03-05 03:06:36 +01:00
|
|
|
<button id="render-toggle" title="render on save toggle" data-render="{{ $renderOnSave }}">
|
2024-03-02 01:16:24 +01:00
|
|
|
<i class="ti ti-circle-dashed"></i>
|
|
|
|
</button>
|
|
|
|
</div>
|