@if(session()->has('message'))

{{session('message')}}

@endif @if(session()->has('success'))

{{session('success')}}

@endif @if(session()->has('error'))

{{session('error')}}

@endif