@if (session()->has("success"))
@endif @if (session()->has("error"))
@endif @if (request()->has("error") && !session()->has("error"))
@endif @if ($errors->any())
@endif