@if($message = Session::get('error'))
{{$message}}
@endif @if($message = Session::get('success'))
{{$message}}
@endif
@csrf