@if (Session::has('msj_success'))
{{ session('msj_success') }}
@endif @if (Session::has('msj_error'))
{{ session('msj_error') }}
@endif