{{ __('forms.policies') }}: {{ $entity->entityable->first_name }} {{ $entity->entityable->last_name }} {{ $entity->entityable->short_name }}
@if ($entity->entityable_type == 'App\Models\CRM\Company') Profil klijenta @else Profil klijenta @endif Kreriaj polisu
@if ($policies) @forelse($policies as $policy) @empty @endforelse @endif
{{ __('forms.policy_number') }} {{ __('forms.insured_amount') }} {{ __('forms.premium') }} {{ __('forms.start_date') }} {{ __('forms.end_date') }} {{ __('Status') }} {{ __('forms.Actions') }}

{{ $policy->policy_number }}

{{ number_format($policy->insured_amount, 2, ',', '.') }} {{ number_format($policy->premium, 2, ',', '.') }} {{ $policy->start_date }} {{ $policy->end_date }} @if ($policy->status == 'active') {{ $policy->status }} @else {{ $policy->status }} @endif {{-- --}}
No policies found.