@php
$ok=1;
if($system_settings->system_country=='SA'){
if (isset($info)) {
if (sizeof($info->has_invoices) > 0) {
$ok=0;
}
if (sizeof($info->sale_orders) > 0) {
$ok=0;
}
if (sizeof($info->sale_offers) > 0) {
$ok=0;
}
}
}
@endphp
@if(__('admin.lang')=='ar')
الحقول باللون البنفسجي مطلوبة للربط مع زاتكا في حالة الفواتير الضريبية.
@else
The fields highlighted in purple are mandatory for ZATCA integration in the case of tax invoices.
@endif