We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca77acd + 9a9caad commit 1f7ba43Copy full SHA for 1f7ba43
composer.json
@@ -23,7 +23,7 @@
23
"minimum-stability": "dev",
24
"prefer-stable": true,
25
"require": {
26
- "backpack/crud": "^5.0",
+ "backpack/crud": "^6.0",
27
"spatie/laravel-backup": "^8.0"
28
},
29
"require-dev": {
src/resources/views/backup.blade.php
@@ -8,8 +8,8 @@
8
@endphp
9
10
@section('header')
11
-<section class="container-fluid">
12
- <h2><span class="text-capitalize">{{ trans('backpack::backup.backups') }}</span></h2>
+<section class="container-fluid" bp-section="page-header">
+ <h1 bp-section="page-heading" class="text-capitalize">{{ trans('backpack::backup.backups') }}</h1>
13
</section>
14
@endsection
15
0 commit comments