{{ __('admin.page_dashboard') }}

{{ __('admin.welcome_message', ['name' => Auth::user()->name]) }}

@foreach ($widgets as $widget) @if (!$widget['error']) @include($widget['view'], ['widget' => $widget]) @endif @endforeach