diff --git a/Resources/views/partials/_page-title.blade.php b/Resources/views/partials/_page-title.blade.php new file mode 100644 index 0000000..bd34afc --- /dev/null +++ b/Resources/views/partials/_page-title.blade.php @@ -0,0 +1,41 @@ +@php + $route = explode('.',Route::currentRouteName()); +@endphp + +
+ +

+ {{ ucwords(str_replace('-',' ',$route[1].' '.$route[0])) }} +

+ + + + +
+ diff --git a/Resources/views/partials/_toolbar.blade.php b/Resources/views/partials/_toolbar.blade.php new file mode 100644 index 0000000..6bf5dc8 --- /dev/null +++ b/Resources/views/partials/_toolbar.blade.php @@ -0,0 +1,10 @@ + +
+ +
+ @include('logs::partials._page-title') +
+ +
+ +