@php
$mode = "dark";
$position = "left";
$roundedCorner = true;
@endphp
@if (Session::has('errors'))
@foreach (Session::get('errors')->all() as $error)
@endforeach
@endif
@if (Session::has('warning'))
@endif
@if (Session::has('info'))
@endif
@if (Session::has('success'))
@endif