@extends('Modules.Employee_Payroll.layouts.second_main') @section('main-content')
@if($errors->any())

{{$errors->first()}}

@endif
Employee Detail
@if($employee->presentstatus) @endif @if($employee->cnic) @else @endif @if($employee->education) @else @endif @if($employee->experience) @else @endif
Employee  
Name: {{ $employee->name }}
Father Name: {{ $employee->father_name }}
CNIC No: {{ $employee->cnic }} N/A
Birth Date: {{ $convert_birthdate }}
Hire Date: {{ $convert_hiredate }}
Address: {{ $employee->address}}, {{ $employee->city}}, {{ $employee->state}}
Phone No: {{ $employee->phone_no}}
Designation: {{ $employee->designation }}
Education: {{ $employee->education }} N/A
Experience: {{ $employee->experience }} N/A
@endsection