@if (Session::has('success')) @elseif (Session::has('error')) @endif @if (count($errors) > 0) @foreach ($errors->all() as $error) @endforeach @endif