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

{{$user->firstname.' '.$user->lastname}}

Deartment: {{$user->employee->department->name}}
Designation: {{$user->employee->designation->name}}
Employee ID : {{$user->employee->emp_id}}
Date of Join : {{format_date($user->employee->date_joined,'D M Y')}}
    @if (!empty($user->phone))
  • Phone:
  • @endif @if (!empty($user->email))
  • Email:
  • @endif @if (!empty($user->birthdate))
  • Birthday:
    {{format_date($user->birthdate,'D M Y')}}
  • @endif @if (!empty($user->address))
  • Address:
    {{$user->address}}
  • @endif @if (!empty($user->gender))
  • Gender:
    {{$user->gender}}
  • @endif

Personal Informations

  • Passport No.
    {{$employee->passport_no}}
  • Passport Exp Date.
    {{$employee->passport_expiry_date}}
  • Tel
  • Nationality
    {{$employee->nationality}}
  • Religion
    {{$employee->religion}}
  • Marital status
    {{$employee->marital_stat}}
  • Employment of spouse
    {{$employee->spouse_employement}}
  • No. of children
    {{$employee->no_of_children}}

Emergency Contact

Primary
  • Name
    {{$employee->emergency_contacts['primary']['name'] ?? ''}}
  • Relationship
    {{$employee->emergency_contacts['primary']['relationship']?? ''}}
  • Phone
    {{$employee->emergency_contacts['primary']['phone']?? ''}}, {{$employee->emergency_contacts['primary']['phone2'] ?? ''}}

Secondary
  • Name
    {{$employee->emergency_contacts['secondary']['name'] ?? ''}}
  • Relationship
    {{$employee->emergency_contacts['secondary']['relationship'] ?? ''}}
  • Phone
    {{$employee->emergency_contacts['secondary']['phone'] ?? ''}}, {{$employee->emergency_contacts['secondary']['phone2'] ?? ''}}

Bank information

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

Family Informations

@if (!empty($employee->family_information) && ($employee->family_information->count() > 0)) @foreach ($employee->family_information as $item) @endforeach @endif
Name Relationship Date of Birth Phone
{{$item['name']}} {{$item['relationship']}} {{format_date($item['birthdate'], 'M d, Y')}} {{$item['phone']}}

Education Informations

    @if(!empty($employee->education) && ($employee->education->count() > 0)) @foreach ($employee->education as $item)
  • {{$item['institution']}}
    {{$item['degree']}}
    {{format_date($item['date_started'],'d')}} - {{format_date($item['date_completed'],'d')}}
  • @endforeach @endif

Experience

    @if (!empty($employee->experience) && ($employee->experience->count() > 0)) @foreach ($employee->experience as $item)
  • {{$item['position']}} at {{$item['company']}} {{$item['started_on']}} - {{$item['ended_on']}}
  • @endforeach @endif
{{--

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

@endsection @push('modals') @endpush @push('page-scripts') @endpush