@lang('view.dashboard')
@if (app('hook')->get('dashboard_count')) @foreach(app('hook')->get('dashboard_count') as $componentView) {!! $componentView !!} @endforeach @endif
@if (app('hook')->get('dashboard_latest_list')) @foreach(app('hook')->get('dashboard_latest_list') as $componentView) {!! $componentView !!} @endforeach @endif