@if (session()->has('alert')) @slot('type', session('alert')['type']) @slot('msg', session('alert')['msg']) @endif @if ($errors->any()) @endif
{{ __('Edit Welcome Page') }}
@csrf @if (env('ENABLE_INDEX') == "no") @else @endif
@csrf
{{ __('Text') }}
@foreach($translations as $lang => $texts)
@foreach($texts as $key => $value)
@endforeach
@endforeach
{{ __('Colors') }}
@csrf
{{ __('Site Config') }}
@csrf
@foreach($configSettings as $key => $value)
@if (is_bool($value)) @elseif (is_string($value)) @if (str_contains($value, '{version}')) {{ __('Tip: {version} will be replaced with the app version') }} @endif @endif
@endforeach