- @lang('custom.dashboard.title')
@if( ! empty( $widgets ) )
@foreach( $widgets as $widgetSingle )
@if ( ! empty( $widgetSingle->slug ) )
@include('dashboard-parts.' . $widgetSingle->slug, ['widget' => $widgetSingle])
@endif
@endforeach
@endif
@endsection
@section('javascript')
@include('dashboard-parts.dashboard-scripts')
@endsection