@extends('layouts.master') @section('content')

{{ Session::get('name') }}

{{ Session::get('department') }}
{{ Session::get('position') }}
User ID : {{ Session::get('user_id') }}
Date of Join : {{ Session::get('join_date') }}

Personal Informations

  • Passport No.
    @if (!empty($userInformation->passport_no))
    {{ $userInformation->passport_no }}
    @else
    N/A
    @endif
  • Passport Exp Date.
    @if (!empty($userInformation->passport_expiry_date))
    {{ $userInformation->passport_expiry_date }}
    @else
    N/A
    @endif
  • Tel
    @if (!empty($userInformation->tel))
    {{ $userInformation->tel }}
    @else
    N/A
    @endif
  • Nationality
    @if (!empty($userInformation->nationality))
    {{ $userInformation->nationality }}
    @else
    N/A
    @endif
  • Religion
    @if (!empty($userInformation->religion))
    {{ $userInformation->religion }}
    @else
    N/A
    @endif
  • Marital status
    @if (!empty($userInformation->marital_status))
    {{ $userInformation->marital_status }}
    @else
    N/A
    @endif
  • Employment of spouse
    @if (!empty($userInformation->employment_of_spouse))
    {{ $userInformation->employment_of_spouse }}
    @else
    N/A
    @endif
  • No. of children
    @if (!empty($userInformation->children))
    {{ $userInformation->children }}
    @else
    N/A
    @endif

Emergency Contact

Primary
  • Name
    @if (!empty($emergencyContact->name_primary))
    {{ $emergencyContact->name_primary }}
    @else
    N/A
    @endif
  • Relationship
    @if (!empty($emergencyContact->relationship_primary))
    {{ $emergencyContact->relationship_primary }}
    @else
    N/A
    @endif
  • Phone
    @if (!empty($emergencyContact->phone_primary) && !empty($emergencyContact->phone_2_primary))
    {{ $emergencyContact->phone_primary }},{{ $emergencyContact->phone_2_primary }}
    @else
    N/A
    @endif

Secondary
  • Name
    @if (!empty($emergencyContact->name_secondary))
    {{ $emergencyContact->name_secondary }}
    @else
    N/A
    @endif
  • Relationship
    @if (!empty($emergencyContact->relationship_secondary))
    {{ $emergencyContact->relationship_secondary }}
    @else
    N/A
    @endif
  • Phone
    @if (!empty($emergencyContact->phone_secondary) && !empty($emergencyContact->phone_2_secondary))
    {{ $emergencyContact->phone_secondary }},{{ $emergencyContact->phone_2_secondary }}
    @else
    N/A
    @endif

Bank information

  • Bank name
    @if(!empty($bankInformation->bank_name))
    {{ $bankInformation->bank_name }}
    @else
    N/A
    @endif
  • Bank account No.
    @if(!empty($bankInformation->bank_account_no))
    {{ $bankInformation->bank_account_no }}
    @else
    N/A
    @endif
  • IFSC Code
    @if(!empty($bankInformation->ifsc_code))
    {{ $bankInformation->ifsc_code }}
    @else
    N/A
    @endif
  • PAN No
    @if(!empty($bankInformation->pan_no))
    {{ $bankInformation->pan_no }}
    @else
    N/A
    @endif

Family Informations

Name Relationship Date of Birth Phone
Leo Brother Feb 16th, 2019 9876543210

Education Informations

Experience

Office Management

1 open tasks, 9 tasks completed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. When an unknown printer took a galley of type and scrambled it...

Deadline:
17 Apr 2019
Project Leader :
Team :

Progress 40%

Project Management

2 open tasks, 5 tasks completed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. When an unknown printer took a galley of type and scrambled it...

Deadline:
17 Apr 2019
Project Leader :
Team :

Progress 40%

Video Calling App

3 open tasks, 3 tasks completed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. When an unknown printer took a galley of type and scrambled it...

Deadline:
17 Apr 2019
Project Leader :
Team :

Progress 40%

Hospital Administration

12 open tasks, 4 tasks completed

Lorem Ipsum is simply dummy text of the printing and typesetting industry. When an unknown printer took a galley of type and scrambled it...

Deadline:
17 Apr 2019
Project Leader :
Team :

Progress 40%

Basic Salary Information

$

PF Information


ESI Information

@if(!empty($information)) @else @endif @if (!empty($userInformation)) @else @endif
@section('script') @endsection @endsection