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