Updated aside page

This commit is contained in:
2022-02-16 11:40:20 +01:00
parent 771a60ef8b
commit ad20678d7a
4 changed files with 13 additions and 3 deletions

View File

@@ -15,9 +15,12 @@
@endpush
@section('main')
<header>
<h1>Dashboard</h1>
</header>
@if(\Session::has('message'))
<span>{{ \Session::get('message') }}</span>
@endif
@include('dashboard.projects.list')
@include('dashboard.categories.list')
@include('dashboard.aside')
@endsection