@if ($alert = get_current_alert())
{{ $alert['message'] }}
@endif
{{--
--}}
@push('scripts')
@foreach (\Modules\Core\Facades\Innoclapps::scripts() as $name => $path)
@if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://']))
@else
@endif
@endforeach
@endpush