@if (session('success'))
{{ session('success') }}
@endif
@if (session('error'))
{{ session('error') }}
@endif
{{-- Error Alert --}}
{{-- @if ($errors->any())--}}
{{--
--}}
{{--
There were some problems with your input:--}}
{{--
--}}
{{-- @foreach ($errors->all() as $error)--}}
{{-- - {{ $error }}
--}}
{{-- @endforeach--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{-- @endif--}}
@if (session('warning'))
{{ session('warning') }}
@endif
@if (session('info'))
{{ session('info') }}
@endif