File tree 1 file changed +6
-6
lines changed
resources/views/components/layouts
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 30
30
@include (' googletagmanager::head' )
31
31
@endif
32
32
33
- @if (class_exists (\Spatie \GoogleTagManager \GoogleTagManager:: class ) && config (' layouts -wrapper.gtm_enabled' ) )
33
+ @if (class_exists (\Spatie \GoogleTagManager \GoogleTagManager:: class ) && config (' app -wrapper.gtm_enabled' ) )
34
34
@include (' googletagmanager::head' )
35
35
@endif
36
36
</head >
37
37
<body >
38
- @if (class_exists (\Fuelviews \Navigation \Navigation:: class ) && config (' layouts -wrapper.navigation_enabled' ) )
38
+ @if (class_exists (\Fuelviews \Navigation \Navigation:: class ) && config (' app -wrapper.navigation_enabled' ) )
39
39
@component (' navigation::components.navigation' )
40
40
@endcomponent
41
41
@endif
42
42
43
43
{{ $slot } }
44
44
45
- @if (class_exists (\Fuelviews \Navigation \View \Components \Footer \Footer:: class ) && config (' layouts -wrapper.footer_enabled' ) )
45
+ @if (class_exists (\Fuelviews \Navigation \View \Components \Footer \Footer:: class ) && config (' app -wrapper.footer_enabled' ) )
46
46
@component (' navigation::components.footer.footer' )
47
47
@endcomponent
48
48
@endif
49
49
50
- @if (class_exists (\Fuelviews \Forms \Forms:: class ) && config (' layouts -wrapper.forms_modal_enabled' ) )
50
+ @if (class_exists (\Fuelviews \Forms \Forms:: class ) && config (' app -wrapper.forms_modal_enabled' ) )
51
51
@livewire (' forms-modal' )
52
52
@endif
53
53
54
- @if (class_exists (\Spatie \GoogleTagManager \GoogleTagManager:: class ) && config (' layouts -wrapper.gtm_enabled' ) )
54
+ @if (class_exists (\Spatie \GoogleTagManager \GoogleTagManager:: class ) && config (' app -wrapper.gtm_enabled' ) )
55
55
@include (' googletagmanager::body' )
56
56
@endif
57
57
58
- @if (class_exists (\Livewire \Livewire:: class ) && config (' layouts -wrapper.livewire_enabled' ) )
58
+ @if (class_exists (\Livewire \Livewire:: class ) && config (' app -wrapper.livewire_enabled' ) )
59
59
@livewireScripts
60
60
@endif
61
61
</body >
You can’t perform that action at this time.
0 commit comments