@extends('backend.layouts.master') @section('pageTitle') Employee Profile @endsection @section('extraStyle') @endsection @section('pageContent')
Print
@if($employee->role->id != AppHelper::USER_TEACHER)
Edit
@endif
{{--
--}} {{--
--}} {{--

Profile

--}} {{--
--}} {{----}} {{--
--}} {{-- Gender--}} {{--

{{$employee->gender}}

--}} {{--
--}} {{-- Date of Birth--}} {{--

{{$employee->dob}}

--}} {{--
--}} {{-- Qualification--}} {{--

{{$employee->qualification}}

--}} {{--
--}} {{-- Address--}} {{--

{{$employee->address}}

--}} {{--
--}} {{-- Religion--}} {{--

{{$employee->religion}}

--}} {{--
--}} {{-- Join Date--}} {{--

{{$employee->joining_date}}

--}} {{--
--}} {{-- Shift--}} {{--

{{$employee->shift}}

--}} {{--
--}} {{-- Duty Start--}} {{--

{{$employee->duty_start}}

--}} {{--
--}} {{-- Duty End--}} {{--

{{$employee->duty_end}}

--}} {{--@if($employee->user)--}} {{--
--}} {{-- Username--}} {{--

{{$employee->user->username}}

--}} {{--@endif--}} {{--
--}} {{-- Signature--}} {{--@if($employee->signature )--}} {{----}} {{--@endif--}} {{--
--}} {{----}} {{--
--}}
@endsection @section('extraScript') @endsection