@php $btn_class = "btn-outline-dark"; @endphp @if($reservation?->customer_contact_status == 'contacted') @php $btn_class = "btn-success"; @endphp @elseif($reservation?->customer_contact_status == 'not_contacted') @php $btn_class = "btn-warning"; @endphp @endif @props([ 'btn_width' => null ])