File tree Expand file tree Collapse file tree
resources/views/layouts/_partials Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515
1616class ViewDataAction
1717{
18- public function configuration (string $ locale ): Configuration
18+ public function configuration (string $ locale ): ? Configuration
1919 {
2020 $ key = Str::slug ("configuration_ {$ locale }" );
2121
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ classAttributes="text-lg"/>
7171 @include (' layouts._partials._footer.labels' )
7272 </div >
7373
74- @if (filled ($configuration -> footer ) )
74+ @if (filled ($configuration ? -> footer ) )
7575 <div class =" text-base text-gray-500 text-center md:text-left" >
7676 <span title =" {{ app ()-> getLocale () } }" >© {{ date (' Y' ) } } {{ $configuration -> footer } } </span >
7777 </div >
Original file line number Diff line number Diff line change 11<nav class =" mt-12 text-xl md:text-2xl" x-data =" navigation" >
22 <div class =" flex justify-between items-center" >
33
4- @if (filled ($configuration -> logo ) )
4+ @if (filled ($configuration ? -> logo ) )
55 <a href =" {{ localized_route (' start.index' ) } }" title =" Start page" class =" group inline-block" >
66 @include ($configuration -> logo )
77 </a >
You can’t perform that action at this time.
0 commit comments