IMMREX7

aku nok ndi : /home/spdtg/www/schoolmis/resources/views/schools/employees/
File Up :
aku nok ndi : /home/spdtg/www/schoolmis/resources/views/schools/employees/viewemployee.blade.php

@extends('schools.school_layout')

@section('content')

<div class="row clearfix">

    <div class="col-sm-12">



        <div class="card member-card" style="margin-bottom:10px;">



            <div class="member-img">

                <a href="#" class="">

                    <img src="{{ asset('storage/schools/'.$employee->idSchool.'/employees/'.$employee->photo)}}" class="rounded-circle">



                </a>

            </div>

            <div class="">

                <h4 class="m-t-10">{{$employee->firstName}} {{$employee->middleName}} {{$employee->lastName}}</h4>

            </div>

            <div class="body">

                <div class="col-12">

                    <p class="text-muted">EC No. {{$employee->enrollmentNo}}</p>



                </div>

                <hr>



            </div>



        </div>

    </div>

</div>



<div class="row clearfix">

    <div class="col-4">

        <p style="margin-bottom: 0px;"><strong>Basic Information</strong></p>

        <div class="card">

            <div class="tab-content">

                <div class="tab-pane body active" id="about">

                    <small class="text-muted"><strong>Full Name : {{$employee->firstName}} {{$employee->middleName}} {{$employee->lastName}} </strong></small>

                    <hr>



                    <small class="text-muted"><strong>Enrollment No :  {{$employee->enrollmentNo}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>DOB :  {{$employee->dob}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Gender :  {{$employee->gender}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Aadhaar No :  {{$employee->aadhaarNo}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Religion :  {{$employee->religion}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Caste: {{$employee->caste}}</strong> </small>

                    <hr>

                    <small class="text-muted"><strong>Blood Group: {{$employee->bloodGroup}}</strong> </small>

                    <hr>

                    <p class="m-b-0"></p>

                </div>



            </div>

        </div>

    </div>

    <div class="col-4">

        <p style="margin-bottom: 0px;"><strong>Other Details</strong></p>

        <div class="card">

            <div class="tab-content">

                <div class="tab-pane body active" id="about">

                    <small class="text-muted"><strong>Department : {{$employee->department->departmentName}} </strong></small>

                    <hr>

                    <small class="text-muted"><strong>Designation : {{$employee->designation->designationName}} </strong></small>

                    <hr>

                    <small class="text-muted"><strong>Date Of Joining : {{$employee->doj}} </strong></small>

                    <hr>

                    <small class="text-muted"><strong>Date Of Retirement : {{$employee->dateOfRetirement}} </strong></small>

                    <hr>

                    <small class="text-muted"><strong>Guardian Name : {{$employee->guardianName}} </strong></small>

                    <hr>

                    <small class="text-muted"><strong>Other Information   :  {{$employee->otherInfo}}</strong></small>

                    <hr>
                    <small class="text-muted"><strong>Teacher Qualification : {{$employee->teacherQualification}} </strong></small>
                    <hr>
                    
                    @if($school->idCountry == 2)
                    <small class="text-muted"><strong>QID : {{$employee->panNo}} </strong></small>
                    <hr>
                    <small class="text-muted"><strong>QID Expiry : {{$employee->qid_expiry}} </strong></small>
                    <hr>
                    <small class="text-muted"><strong>Passport : {{$employee->passport}} </strong></small>
                    <hr>
                    <small class="text-muted"><strong>Passport Issued Country : {{$employee->passport_issued_country}} </strong></small>
                    <hr>
                    <small class="text-muted"><strong>Passport Expiry : {{$employee->passport_expiry}} </strong></small>
                    <hr>
                    @endif

                </div>



            </div>

        </div>



    </div>





</div>

<div class="row clearfix">

    <div class="col-4">

        <p style="margin-bottom: 0px;"><strong>Emergency Contact Information</strong></p>

        <div class="card">

            <div class="tab-content">

                <div class="tab-pane body active" id="about">

                    <small class="text-muted"><strong>Contact Person : {{$employee->contactPerson}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Relationship with the Child   :  {{$employee->contactPersonRelation}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Telephone  :  {{$employee->contactPersonTel}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Mobile :  {{$employee->contactPersonMobile}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Address of Contact Person: {{$employee->contactPersonAddress}}</strong> </small>

                </div>



            </div>

        </div>

    </div>

    <div class="col-4">

        <p style="margin-bottom: 0px;"><strong>Contact Information:Residential</strong></p>

        <div class="card">

            <div class="tab-content">

                <div class="tab-pane body active" id="about">

                    <small class="text-muted"><strong>Residential Address: {{$employee->address}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>City : {{$employee->city}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>State   :  {{$employee->state->stateName or ''}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Landmark  :  {{$employee->landmark}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Pincode :  {{$employee->pincode}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Telephone: {{$employee->elepthone}}</strong> </small>

                    <hr>

                    <p class="m-b-0"></p>

                </div>



            </div>

        </div>

    </div>





    <div class="col-4">

        <p style="margin-bottom: 0px;"><strong>Account Details</strong></p>

        <div class="card">

            <div class="tab-content">

                <div class="tab-pane body active" id="about">

                    <small class="text-muted"><strong>Bank Name: {{$employee->bank->bankName or ''}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>Account No: {{$employee->accountNo}}</strong></small>

                    <hr>

                    <small class="text-muted"><strong>IFSC Code: {{$employee->ifscCode}}</strong></small>

                    <hr>

                </div>

            </div>

        </div>

    </div>

</div>

@stop

Copyright © 2021 - 2025 IMMREX7