{{-- :::quote text: "The pilot mode was built to solve a specific problem." attribution: "Chinedu, Co-founder" (optional) role: "GE-AS Engineering" (optional) ::: --}} @php $text = $text ?? ($body ?? ''); $attribution = $attribution ?? null; $role = $role ?? null; @endphp @if(!empty($text))
{{ $text }}
@if($attribution)
{{ $attribution }} @if($role) ยท {{ $role }}@endif
@endif
@endif