Letterhead
Customer Profile
Customer Picture
@if($customer->type == 'individual')
Personal Information
First Name: {{ $customer->first_name }}
Last Name: {{ $customer->last_name }}
Date of Birth: {{ $customer->dob }}
Gender: {{ $customer->gender }}
Contact Information
Email: {{ $customer->email }}
Phone Number: {{ $customer->phone_number }}
Phone Number 2: {{ $customer->phone_number2 }}
State: {{ $customer->state }}
LGA: {{ $customer->lga }}
Address: {{ $customer->address }}
Next of Kin Information
Name: {{ $customer->kin_name }}
Gender: {{ $customer->kin_gender }}
Relationship: {{ $customer->kin_relation }}
Phone Number: {{ $customer->kin_phone }}
State: {{ $customer->kin_state }}
Address: {{ $customer->kin_address }}
@else
Corporate Information
Corporate Name: {{ $customer->corporate_name }}
Phone Number: {{ $customer->phone_number }}
Phone Number 2: {{ $customer->phone_number2 }}
State: {{ $customer->state }}
LGA: {{ $customer->lga }}
Address: {{ $customer->address }}
Representative Information
Name: {{ $customer->rep_name }}
Role: {{ $customer->rep_role }}
Phone Number: {{ $customer->rep_phone }}
Address: {{ $customer->rep_address }}
@endif