= $this->lang->line('insurance_infos')?>
= $this->lang->line('insured_id'); ?> | = $insured_id ?> |
= $this->lang->line('Nom'); ?> | = $user->lastname ?? '' . $user->firstname ?? ''; ?> |
= $this->lang->line('Adresse')?> | = $user->adresse ?> |
= $this->lang->line('Contact')?> | = $user->phone." | ".$user->email ?> |
= $this->lang->line('start_at'); ?> | |
= $this->lang->line('end_at'); ?> |
= Money::of(round($insurance->total_bonus_amount, 2), $insurance->currency_code, $this->context)->formatTo('fr_FR') ?>
= $this->lang->line('bonus_amount') ?>
= Money::of(round($insurance->bonus_amount, 2), $insurance->currency_code, $this->context)->formatTo('fr_FR') ?>
= $this->lang->line('insured_bonus_amount') ?>
= $insurance->number_of_months ?>
= $this->lang->line('number_of_months') ?>
= $this->lang->line('beneficiaries') ?>
# | = $this->lang->line('Nom'); ?> | = $this->lang->line('gender'); ?> | = $this->lang->line('birth_date'); ?> | Affiliation | = $this->lang->line('bonus_amount'); ?> | Images |
---|---|---|---|---|---|---|
" . ($i+1) . " | " . $row->lastname.' '.$row->firstname . " | " . $row->gender . " | " . $row->birthdate . " | ".$this->lang->line($row->affiliation)." | " . $bonus_amount. " | "; ?>
= $this->lang->line('payment_transaction_history') ?>
# | = $this->lang->line('souscription_id'); ?> | = $this->lang->line('Montant'); ?> | = $this->lang->line('reason'); ?> | Date |
---|---|---|---|---|
" . ($i+1) . " | " . $row->insurance_subscription_id . " | " . $amount . " | " . $this->lang->line($row->reason). " | " . $row->created_at. " | "; ?>
= $this->lang->line('beneficiaries_deletion_history') ?>
# | = $this->lang->line('Nom'); ?> | = $this->lang->line('gender'); ?> | = $this->lang->line('birth_date'); ?> | Affiliation | = $this->lang->line('bonus_amount'); ?> | = $this->lang->line('deletion_date'); ?> | Images |
---|---|---|---|---|---|---|---|
" . ($i+1) . " | " . $row->lastname.' '.$row->firstname . " | " . $row->gender . " | " . $row->birthdate . " | ".$this->lang->line($row->affiliation)." | ".$bonus_amount." | " . $row->deleted_at. " | "; ?>