@if(Session::has('doneCreateMessage'))
{{-- Cập nhật thành công. Xem chúng ở website hoặc tạo mới --}}
Thêm dữ liệu thành công
@endif
@if(Session::has('doneUpdateMessage'))
{{-- Cập nhật thành công. Xem chúng ở website hoặc tạo mới --}}
Cập nhật dữ liệu thành công
@endif
@if(Session::has('errorMessage'))
{{ Session::get('errorMessage') }}
@endif
@if(Session::has('doneMessage'))
{!! Session::get('doneMessage') !!}
@endif
@if(Session::has('infoMessage'))
{{ Session::get('infoMessage') }}
@endif
@if(Session::has('warningMessage'))
{{ Session::get('warningMessage') }}
@endif