@section('title', 'Email') @section('head') @foreach (\Modules\Core\Facades\Innoclapps::styles() as $name => $path) @if (\Illuminate\Support\Str::startsWith($path, ['http://', 'https://'])) @else @endif @endforeach @endsection
@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