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