@if (Session::has('success'))
Operatiune reusita

{{ \Session::get('success') }}

@endif @if (Session::has('danger'))
Atentie!

{{ \Session::get('danger') }}

@endif