Nova polisa
-
@if ($entity->entityable_type === 'App\Models\CRM\Company')
Profil klijenta
@else
Profil klijenta
@endif
Polise klijenta
{{-- Your existing company/individual boxes --}}
@if ($entity->entityable_type == 'App\Models\CRM\Company')
@include('backend.insurance.insurance-policies.boxes.company')
@else
@include('backend.insurance.insurance-policies.boxes.individual')
@endif