Beneficiary @if ($hasBeneficiary) @else @endif

@if (session()->has('success'))
{{ session('success') }}
@endif @unless ($hasBeneficiary)

No beneficiary has been added.

@else
@endunless
@if ($hasBeneficiary) @endif