@if ($errors->any())
@endif @if (Session::has('err'))
{{ Session::get('err') }}
@endif @if (Session::has('suc'))
{{ Session::get('suc') }}
@endif