@extends('layouts.panel-template', ['section' => 'home'])
@php
$page = $dashboardPage;
@endphp
@section('header-content')
@include('dashboard.partials.header')
@endsection
@section('main-content')
{{ $page['subtitle'] }}{{ $page['title'] }}
{{ $item['description'] }}