File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Expand file tree Collapse file tree 2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,6 @@ class="alert alert-{{ $severity }}
66 "
77 role =" alert"
88>
9-
109 @istrue ($dismissible )
1110 <button type =" button" class =" close" data-dismiss =" alert" aria-label =" Close" >
1211 <span aria-hidden =" true" >× ; </span >
Original file line number Diff line number Diff line change 1- <div class =" jumbotron {{ $class or ' ' } } @if (isset ($fullwidth ) && $fullwidth ) jumbotron-fluid @endif " >
2- @if (isset ($fullwidth ) && $fullwidth )
1+ <div
2+ class =" jumbotron
3+ {{ $class or ' ' } }
4+ @istrue ($fullwidth , ' jumbotron-fluid' )
5+ "
6+ >
7+ @istrue ($fullwidth )
38 <div class =" container" >
4- @endif
9+ @endistrue
510
611 @isset ($heading )
712 <h1 class =" display-3" >{{ $heading } } </h1 >
813 @endisset
914
1015 {{ $slot } }
1116
12- @if ( isset ( $fullwidth ) && $fullwidth )
17+ @istrue ( $fullwidth )
1318 </div >
14- @endif
19+ @endistrue
1520</div >
You can’t perform that action at this time.
0 commit comments