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

{{ $users->name }}

{{ $users->department }}
{{ $users->position }}
Employee ID : {{ $users->user_id }}
Date of Join : {{ $users->join_date }}

Personal Informations

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

Emergency Contact

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

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

Bank information

  • Bank name
    ICICI Bank
  • Bank account No.
    159843014641
  • IFSC Code
    ICI24504
  • PAN No
    TC000Y56

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

@section('script') @endsection @endsection