Blogged comes with a beautiful looking user interface and dashboard which is highly configurable to fit your need.
The dashboard section comes with all main features that needed for CRUD operations, including creating articles, uploading images and so on.
By default, normal auth users have entire access and permission to all actions in the dashboard. However, you can limit your users' access by adding custom policies. See Authorization section for more details.
This are few screenshots from the dashboard UI. You can see actual demo here.
If you have your own admin panel or dashboard and you want to disable this dashboard you can do so by changing the config settings section:
return [
'settings' => [
'dashboard' => true, // change to false :)
]
];