= $this->extend('templates/adminlte/generalcontent') ?> = $this->section('title') ?>Welcome to Dashboard= $this->endSection() ?> = $this->section('css') ?> = $this->endSection() ?> = $this->section('bodyclass') ?>sidebar-mini= $this->endSection() ?> = $this->section('containertitle') ?>Welcome = auth()->user()->display_name?> = $this->endSection() ?> = $this->section('activebreadcrumb') ?>Dashboard= $this->endSection() ?> = $this->section('main') ?>
Welcome to the dashboard. You can use this area to manage your site settings.
= $this->endSection() ?>