mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-06-25 16:04:37 -05:00
Moved plugged in flash messaging
Just moved system notifications to it's proper template file and layer TODO: make seperate notification display for errors, and neutral system info
This commit is contained in:
@ -4,12 +4,6 @@
|
||||
|
||||
@section('main-content')
|
||||
@parent
|
||||
@if($errors->any())
|
||||
<h4>{{$errors->first()}}</h4>
|
||||
@endif
|
||||
@if(session('message'))
|
||||
{!! session('message') !!}
|
||||
@endif
|
||||
<section role="loc-index">
|
||||
<div>
|
||||
<h1>Locations</h1>
|
||||
|
Reference in New Issue
Block a user