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 11<!DOCTYPE html>
22@include (' layouts.lang' )
33<head >
4- @include (' linkstack.modules.meta' )
5-
64 @stack (' linkstack-head' )
7- @include (' linkstack.modules.assets' )
8- @foreach ($information as $info )
95 @stack (' linkstack-head-end' )
106</head >
117<body >
128 @stack (' linkstack-body-start' )
13- @include (' linkstack.modules.admin-bar' )
14- @include (' linkstack.modules.share-button' )
15- @include (' linkstack.modules.report-icon' )
169 <div class =" container" >
1710 <div class =" row" >
1811 <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' )
2613 </div >
2714 </div >
2815 </div >
Original file line number Diff line number Diff line change 11@extends (' linkstack.layout' )
2+
23@section (' content' )
4+ @push (' linkstack-head' )
5+ @include (' linkstack.modules.meta' )
6+ @include (' linkstack.modules.assets' )
7+ @endpush
8+
39 @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' )
531 @endpush
6- @include (' linkstack.elements.buttons' )
732@endsection
You can’t perform that action at this time.
0 commit comments