Skip to content

Commit

Permalink
Guest add session alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
Raccoon254 committed Jun 10, 2024
1 parent a71bcb8 commit a764a5b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion app/Http/Controllers/StaticPageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ class StaticPageController extends Controller
{
public function welcome(): View
{
session()->flash('success', 'Welcome to Scholarspace! Get help with your assignments from expert writers.');

$process_steps = [
[
Expand Down
3 changes: 2 additions & 1 deletion resources/views/layouts/guest.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
</div>
</div>

<div class="w-full sm:max-w-md mt-6 px-6 py-4 overflow-hidden sm:rounded-lg">
<div class="w-full flex flex-col sm:max-w-md mt-6 px-6 py-4 overflow-hidden sm:rounded-lg">
@include('session.alerts')
{{ $slot }}
</div>
</div>
Expand Down

0 comments on commit a764a5b

Please sign in to comment.