@if(isset(Auth::user()->id)) {{-- --}} {{-- --}} @if(Session::has('success')) @endif @if(Session::has('wrong')) @endif @if ($errors->any()) @foreach ($errors->all() as $error) @endforeach @endif @endif