File tree Expand file tree Collapse file tree 2 files changed +28
-16
lines changed
resources/views/linkstack Expand file tree Collapse file tree 2 files changed +28
-16
lines changed Original file line number Diff line number Diff line change 1
1
<!DOCTYPE html>
2
2
@include (' layouts.lang' )
3
3
<head >
4
- @include (' linkstack.modules.meta' )
5
-
6
4
@stack (' linkstack-head' )
7
- @include (' linkstack.modules.assets' )
8
- @foreach ($information as $info )
9
5
@stack (' linkstack-head-end' )
10
6
</head >
11
7
<body >
12
8
@stack (' linkstack-body-start' )
13
- @include (' linkstack.modules.admin-bar' )
14
- @include (' linkstack.modules.share-button' )
15
- @include (' linkstack.modules.report-icon' )
16
9
<div class =" container" >
17
10
<div class =" row" >
18
11
<div class =" column" style =" margin-top : 5% " >
19
- @include (' linkstack.elements.avatar' )
20
- @include (' linkstack.elements.heading' )
21
- @include (' linkstack.elements.bio' )
22
- @include (' linkstack.elements.icons' )
23
- @endforeach
24
- @yield (' content' )
25
- @include (' linkstack.modules.footer' )
12
+ @stack (' linkstack-content' )
26
13
</div >
27
14
</div >
28
15
</div >
Original file line number Diff line number Diff line change 1
1
@extends (' linkstack.layout' )
2
+
2
3
@section (' content' )
4
+ @push (' linkstack-head' )
5
+ @include (' linkstack.modules.meta' )
6
+ @include (' linkstack.modules.assets' )
7
+ @endpush
8
+
3
9
@push (' linkstack-head-end' )
4
- @include (' linkstack.modules.theme' )
10
+ @foreach ($information as $info )
11
+ @include (' linkstack.modules.theme' )
12
+ @endforeach
13
+ @endpush
14
+
15
+ @push (' linkstack-body-start' )
16
+ @include (' linkstack.modules.admin-bar' )
17
+ @include (' linkstack.modules.share-button' )
18
+ @include (' linkstack.modules.report-icon' )
19
+ @endpush
20
+
21
+ @push (' linkstack-content' )
22
+ @foreach ($information as $info )
23
+ @include (' linkstack.elements.avatar' )
24
+ @include (' linkstack.elements.heading' )
25
+ @include (' linkstack.elements.bio' )
26
+ @endforeach
27
+ @include (' linkstack.elements.icons' )
28
+ @include (' linkstack.elements.buttons' )
29
+ @yield (' content' )
30
+ @include (' linkstack.modules.footer' )
5
31
@endpush
6
- @include (' linkstack.elements.buttons' )
7
32
@endsection
You can’t perform that action at this time.
0 commit comments