@if(Session::has('errors'))
Alert! {{ $errors->first() }}
@endif @if(Session::has('message'))
Alert! {{ Session::get('message') }}
@endif