@if(session()->has('message'))
{{session('message')}}
@endif @if(session()->has('error'))
{{session('error')}}
@endif