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