@if (Session('error'))
{{ Session('error') }}
@endif
@if (Session('success'))
{{ Session('success') }}
@endif