@extends('dashboard.layout.app') @section('title') {{ $title }} @endsection @section('content')

{{ $title }}

{{-- --}}
@include('dashboard.partials.overview')
@endsection