@extends('layout.app') @section('title', 'Dashboard') @push('styles') @endpush @section('main')

Dashboard

@if(\Session::has('message')) {{ \Session::get('message') }} @endif @include('dashboard.projects.list') @include('dashboard.aside') @endsection