Skip to content

Commit 3b4cb49

Browse files
committed
Update page stub to closely match backpack pages
1 parent 3171c45 commit 3b4cb49

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

src/Console/stubs/page.stub

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
@extends(backpack_view('layout'))
22

33
@section('content')
4-
<div class="jumbotron">
5-
<h1 class="mb-4">Dummy Name</h1>
6-
7-
<p>Go to <code>{{ $page }}</code> to edit this view or <code>{{ $controller }}</code> to edit the controller.</p>
8-
</div>
4+
<section class="header-operation container-fluid animated fadeIn d-flex mb-2 align-items-baseline d-print-none" bp-section="page-header">
5+
<h1 class="text-capitalize mb-0" bp-section="page-heading">Dummy Name</h1>
6+
<p class="ms-2 ml-2 mb-0" bp-section="page-subheading">Page for Dummy Name</p>
7+
</section>
8+
<section class="content container-fluid animated fadeIn" bp-section="content">
9+
<div class="row">
10+
<div class="col-md-12">
11+
<div class="card">
12+
<div class="card-body">
13+
Go to <code>{{ $page }}</code> to edit this view or <code>{{ $controller }}</code> to edit the controller.
14+
</div>
15+
</div>
16+
</div>
17+
</div>
918
@endsection

0 commit comments

Comments
 (0)