@extends('layouts.master') @section('content')
{{-- message --}} {!! Toastr::message() !!}

{{ Auth::user()->name }}

{{ Auth::user()->department }}
{{ Auth::user()->position }}
Employee ID : {{ Auth::user()->rec_id }}
Date of Join : {{ Auth::user()->join_date }}
  • Phone:
  • Email:
  • @if(!empty($information))
  • @if(Auth::user()->rec_id == $information->rec_id)
    Birthday:
    {{date('d F, Y',strtotime($information->birth_date)) }}
    @else
    Birthday:
    N/A
    @endif
  • @if(Auth::user()->rec_id == $information->rec_id)
    Address:
    {{ $information->address }}
    @else
    Address:
    N/A
    @endif
  • @if(Auth::user()->rec_id == $information->rec_id)
    Gender:
    {{ $information->gender }}
    @else
    Gender:
    N/A
    @endif
  • Reports to:
  • @else
  • Birthday:
    N/A
  • Address:
    N/A
  • Gender:
    N/A
  • Reports to:
  • @endif

Personal Informations

  • Passport No.
    9876543210
  • Passport Exp Date.
    9876543210
  • Tel
  • Nationality
    Indian
  • Religion
    Christian
  • Marital status
    Married
  • Employment of spouse
    No
  • No. of children
    2

Emergency Contact

Primary
  • Name
    John Doe
  • Relationship
    Father
  • Phone
    9876543210, 9876543210

Secondary
  • Name
    Karen Wills
  • Relationship
    Brother
  • Phone
    9876543210, 9876543210

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

@if(!empty($information)) @else @endif
@endsection