8 | @if($title)
9 |
10 | {{ $title }}
11 |
12 | @endif
13 |
14 | @if($text)
15 |
18 | @endif
19 |
20 | {{ $slot ?? '' }}
21 |
22 | @if (! empty($messages))
23 |
24 |
25 | @foreach($messages as $message)
26 | -
27 | {{ $message }}
28 |
29 | @endforeach
30 |
31 |
32 | @endif
33 |
34 | @if (! empty($links))
35 |
43 | @endif
44 |