@props(['msg']) @if (session($msg) || $errors->has($msg))

{{ session($msg) ?? $errors->first($msg) }}

@endif