File tree Expand file tree Collapse file tree 3 files changed +24
-9
lines changed
Expand file tree Collapse file tree 3 files changed +24
-9
lines changed Original file line number Diff line number Diff line change 1- <?= $ this ->extend (config ('Layouts ' )->outbox ) ?>
2- <?= $ this ->section ('main ' ) ?>
1+ <?php $ this ->extend (config ('Layouts ' )->outbox ) ?>
2+ <?php $ this ->section ('navbar ' ) ?>
3+
4+ <?= view ('Tatter\Outbox\Views\navbar ' ) ?>
5+
6+ <?php $ this ->endSection () ?>
7+ <?php $ this ->section ('main ' ) ?>
38
49 <div class="row">
510 <div class="col">
3944 </div>
4045 </div>
4146
42- <?= $ this ->endSection () ?>
47+ <?php $ this ->endSection () ?>
Original file line number Diff line number Diff line change 1- <?= $ this ->extend (config ('Layouts ' )->outbox ) ?>
2- <?= $ this ->section ('main ' ) ?>
1+ <?php $ this ->extend (config ('Layouts ' )->outbox ) ?>
2+ <?php $ this ->section ('navbar ' ) ?>
3+
4+ <?= view ('Tatter\Outbox\Views\navbar ' ) ?>
5+
6+ <?php $ this ->endSection () ?>
7+ <?php $ this ->section ('main ' ) ?>
38
49 <div class="row">
510 <div class="col">
4752 </div>
4853 </div>
4954
50- <?= $ this ->endSection () ?>
55+ <?php $ this ->endSection () ?>
Original file line number Diff line number Diff line change 1- <?= $ this ->extend (config ('Layouts ' )->outbox ) ?>
2- <?= $ this ->section ('main ' ) ?>
1+ <?php $ this ->extend (config ('Layouts ' )->outbox ) ?>
2+ <?php $ this ->section ('navbar ' ) ?>
3+
4+ <?= view ('Tatter\Outbox\Views\navbar ' ) ?>
5+
6+ <?php $ this ->endSection () ?>
7+ <?php $ this ->section ('main ' ) ?>
38
49 <div class="row">
510 <div class="col">
@@ -71,4 +76,4 @@ class="form-control"
7176 </div>
7277 </div>
7378
74- <?= $ this ->endSection () ?>
79+ <?php $ this ->endSection () ?>
You can’t perform that action at this time.
0 commit comments