@if (session()->has('success'))
{{ session('success') }}
@elseif (session()->has('error'))
{{ session('error') }}
@endif