@can('edit_report') {{__('Edit Report')}} @endcan @can('sign_report') {{__('Sign Report')}} @endcan @can('view_report') {{__('Show')}} {{__('Print barcode')}} @if($whatsapp['report']['active']&&isset($group['report_pdf'])) @php $message=str_replace(['{patient_name}','{report_link}'],[$group['patient']['name'],$group['report_pdf']],$whatsapp['report']['message']); @endphp {{__('Send Report')}} @endif @endcan