@if (Session::has('success'))
提示信息
{{ Session::get('success') }}
@endif @if (Session::has('error'))
提示信息
{{ Session::get('error') }}
@endif