Legal and government profile
Current company master data.
- @foreach(['Legal name'=>$company->legal_name,'Trade name'=>$company->trade_name,'Business type'=>$company->business_type,'License authority'=>$company->licensing_authority,'License expiry'=>optional($company->trade_license_expiry)->format('d M Y'),'Establishment card'=>$company->establishment_card_number,'Establishment expiry'=>optional($company->establishment_card_expiry)->format('d M Y'),'Immigration file'=>$company->immigration_file_number,'Immigration expiry'=>optional($company->immigration_expiry)->format('d M Y'),'MOHRE number'=>$company->mohre_establishment_number,'Main sponsor'=>$company->main_sponsor_owner,'Address'=>collect([$company->address,$company->area,$company->emirate])->filter()->join(', ')] as $label=>$value)
- {{ $label }}
- {{ $value ?: 'Not set' }}