mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-04 21:51:00 +02:00
Update site.blade.php
This commit is contained in:
parent
110f6fa3e7
commit
763eac6192
@ -34,6 +34,9 @@
|
||||
</div>
|
||||
<div class="form-group col-lg-8">
|
||||
<h3>{{__('messages.Home message')}}</h3>
|
||||
@php
|
||||
if($home_message == "default") $home_message = __('messages.HOME.MESSAGE');
|
||||
@endphp
|
||||
<textarea class="form-control ckeditor" name="message" rows="3">{{ $home_message }}</textarea>
|
||||
</div>
|
||||
<button type="submit" class="mt-3 ml-3 btn btn-primary">{{__('messages.Save')}}</button>
|
||||
|
Loading…
x
Reference in New Issue
Block a user