Plan | {{ $policy->plan }} | Policy Number | {{ $policy->code }} |
---|---|---|---|
Group Name | {{ $policy->pGroup_name }} | Group Number | {{ $policy->pGroup_no ?? '' }} |
Policy Holder | {{ $policy->policy_holder }} | Issued Date | {{ $policy->issued_date ?? '' }} |
Residence | {{ $policy->residence }} | Effective Date | {{ $policy->effective_date ?? '' }} |
Destination | {{ $policy->destination }} | Expiry_date | {{ $policy->expiry_date ?? '' }} |
Address | {{ $policy->address }} | Travelers Count | {{ $ptcount }} |
Telephone | {{ $policy->telephone }} | Policy Duration | {{ $policy->policy_duration }} |
{{ $policy->email }} | Total Premium | {{ number_format($policy->total_premium, 2, '.', ',') }} | |
Producer | {{ $policy->producer }} |
First Name | Father Name | Last Name | Birth date | Passport No | Gender | Premium |
---|---|---|---|---|---|---|
{{ $item->fname }} | {{ $item->father_name }} | {{ $item->lname }} | {{ $item->birth_date }} | {{ $item->passport_no }} | {{ ucwords($item->gender) }} | {{ $item->deleted==2?'Canceled': number_format($item->premium, 2, '.', ',') }} |
Benefits | Limits |
---|---|
{{ $item->label }} | {{ $item->content }} |
--}} |
- The insurance company is responsible for paying compensation for the benefits mentioned in the
coverage table according
to regular invoices issued by competent authorities (hospitals, medical centers, airlines,...)
- This policy only covers sudden illness and accidents, all Treatments related to or resulting from pre-existing medical conditions are excluded from cover. (Please carefully read the general conditions.) - Please keep this letter of confirmation with you at all times. - Claims must be reported within 48 hours from occurrence of the event and related original documents must be submitted to the company by the insured. - In order to check this policy status visit this link: https://www.capitalaga.com - By signing this document,the policyholder expressly understood and accept the clauses limiting the rights of the insured in the attached General Conditions of the Policy |
N | First Name | Father Name | Last Name | Birth date | Passport No | Gender | Premium |
---|---|---|---|---|---|---|---|
{{ $key + 1 }} | {{ $item->fname }} | {{ $item->father_name }} | {{ $item->lname }} | {{ $item->birth_date }} | {{ $item->passport_no }} | {{ ucwords($item->gender) }} | {{ $item->deleted==2?'Canceled': number_format($item->premium, 2, '.', ',') }} |