@extends('layouts.app') @section('content')
@include('includes.navigation.dashboard')
@include('dashboard.header')
@yield('contentDashboard')
@endsection