|
@@ -24,7 +24,8 @@ class HomeController extends Controller
|
|
|
|
|
|
$content = $content
|
|
$content = $content
|
|
->view('admin.layouts.content')
|
|
->view('admin.layouts.content')
|
|
- ->header(' ')
|
|
|
|
|
|
+ ->title(admin_trans('site_name'))
|
|
|
|
+ ->header(admin_trans( 'admin.home'))
|
|
->description('')
|
|
->description('')
|
|
// ->row($alert->info())
|
|
// ->row($alert->info())
|
|
->row(function (Row $row) {
|
|
->row(function (Row $row) {
|