{{--
--}}
Validation Example
@if ($errors->any())
@endif
@if (Session::has('success'))
-
@foreach ($errors->all() as $error)
- {{ $error }} @endforeach
{{--
@endif
Success
--}}{{ Session::get('success') }}