File tree 2 files changed +9
-9
lines changed
2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function boot()
40
40
'radio_group ' => 'custom-control-input ' ,
41
41
'radio_group_label ' => 'custom-control-label ' ,
42
42
'radio_group_label_wrapper ' => 'custom-control custom-radio ' ,
43
- 'summary ' => '' ,
43
+ 'summary ' => 'alert alert-warning ' ,
44
44
'button ' => 'btn btn-primary ' ,
45
45
'select ' => 'form-control ' ,
46
46
'textarea ' => 'form-control ' ,
Original file line number Diff line number Diff line change 2
2
<?php /** @var \Illuminate\Support\ViewErrorBag $errors */ ? >
3
3
4
4
@if (isset ($errors ) && $errors -> any () )
5
-
5
+
6
6
<div {{ $attributes } } >
7
-
7
+
8
8
{{ trans_choice (' aire::common.summary' , $errors -> count ()) } }
9
-
9
+
10
10
@if ($verbose )
11
-
12
- <ul class =" pt-4 " >
11
+
12
+ <ul class =" pt-1 " >
13
13
@foreach ($errors -> all () as $error )
14
14
<li >{{ $error } } </li >
15
15
@endforeach
16
16
</ul >
17
-
17
+
18
18
@endif
19
-
19
+
20
20
</div >
21
-
21
+
22
22
@endif
You can’t perform that action at this time.
0 commit comments