@php $toastMsg = session('toast') ?? session('success'); @endphp
{{ $toastMsg }}
@if($toastMsg) @endif