@if (session()->has('success')) @elseif(session()->has('error')) @elseif($errors->any()) @foreach($errors->all() as $error) @endforeach @endif