1{{--
2 Copyright (c) ppy Pty Ltd <contact@ppy.sh>. Licensed under the GNU Affero General Public License v3.0.
3 See the LICENCE file in the repository root for full licence text.
4--}}
5@push('notification_banners')
6 <div class="notification-banner-v2 notification-banner-v2--{{ $type }}">
7 <div class="notification-banner-v2__col notification-banner-v2__col--icon"></div>
8
9 <div class="notification-banner-v2__col notification-banner-v2__col--label">
10 <div class="notification-banner-v2__type">{{ $type }}</div>
11 <div class="notification-banner-v2__text">{{ $title }}</div>
12 </div>
13
14 <div class="notification-banner-v2__col">
15 <div class="notification-banner-v2__text">
16 {!! $message !!}
17 </div>
18 </div>
19 </div>
20@endpush