@extends('core/base::layouts.master')
@section('content')
{!! apply_filters(DASHBOARD_FILTER_ADMIN_NOTIFICATIONS, null) !!}
{!! apply_filters(DASHBOARD_FILTER_TOP_BLOCKS, null) !!}
@if (count($userWidgets) > 0)
{{ trans('core/dashboard::dashboard.manage_widgets') }}
@include('core/dashboard::partials.modals', compact('widgets'))
@endif
@stop