Access Adminetic dashboard with ease
has index method which returns view i.e dashboard
public function view() { $view = view()->exists('admin.dashboard.index') ? 'admin.dashboard.index' : 'adminetic::admin.dashboard.index'; return view($view,['name' => 'adminetic']); }
adminetic.dashboard.index is already shifted on daminetic install
Last updated 3 years ago
Was this helpful?