@if (session('error'))
{{session('error')}}
@endif @if ($errors->any())
@endif @if (session('message'))
{{session('message')}}
@endif