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