@extends( 'layout.dashboard' ) @section( 'layout.dashboard.body' )
@include( Hook::filter( 'ns-dashboard-header', '../common/dashboard-header' ) )

{{ $title ?? __( 'Unamed Page' ) }}

{{ $description ?? __( 'No Description Provided' ) }}

@endsection