Current File : /home/getxxhzo/app.genicards.com/resources/views/appointment/columns/phone.blade.php
<div>
    @if ($row->phone)
        {{ $row->phone }}
    @else
        {{ 'N/A' }}
    @endif
</div>