File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments