diff --git a/resources/views/templates/dashboard.blade.php b/resources/views/templates/dashboard.blade.php index 3d17625..689df02 100644 --- a/resources/views/templates/dashboard.blade.php +++ b/resources/views/templates/dashboard.blade.php @@ -1,5 +1,5 @@ @extends('templates.base', [ 'title' => 'Dashboard' ]) -@set('current_page', preg_replace([ '/https?:\/\//', '/^[^\/]*\/[^\/]*\//', '/\/.*/' ], [ '', '', '' ], Request::url())) +@set('current_page', preg_replace([ '/^.*\//' ], [ '' ], Request::url())) @section('page-includes')