diff --git a/resources/views/layout/_auth.blade.php b/resources/views/layout/_auth.blade.php index e938cbf..f4365a9 100644 --- a/resources/views/layout/_auth.blade.php +++ b/resources/views/layout/_auth.blade.php @@ -23,12 +23,8 @@
-
- Terms - - Plans - - Contact Us +
+ PT Indo Artha Teknologi © {{ date('Y') }} - Daeng Deni Mardaeni
@@ -40,32 +36,11 @@
- - - Logo - - - - + - -

- Fast, Efficient and Productive -

- - -
- In this kind of post, the blogger - - introduces a person they’ve interviewed
and provides some background information about - - the interviewee - and their
work following this is a transcript of the interview. -
-
diff --git a/resources/views/layout/partials/sidebar-layout/sidebar/_menu.blade.php b/resources/views/layout/partials/sidebar-layout/sidebar/_menu.blade.php index e9a623d..9ffc633 100644 --- a/resources/views/layout/partials/sidebar-layout/sidebar/_menu.blade.php +++ b/resources/views/layout/partials/sidebar-layout/sidebar/_menu.blade.php @@ -24,7 +24,7 @@ @foreach($module as $row => $key) @if($key) @if(file_exists(dirname(__FILE__, 4) . '/Modules/'.$row.'/Resources/views/partials/menu/_root.blade.php')) - + @include(strtolower($row).'::partials.menu._root') @endif @endif @endforeach diff --git a/routes/web.php b/routes/web.php index 7cf8e31..69e7fea 100644 --- a/routes/web.php +++ b/routes/web.php @@ -29,5 +29,3 @@ Route::middleware(['auth', 'verified'])->group(function () { Route::get('/error', function () { abort(500); }); - -Route::get('/auth/redirect/{provider}', [SocialiteController::class, 'redirect']);