{{-- Extends layout --}} @extends('layout.default') {{-- Content --}} @section('content')
@include("admin.employee.aside_nav")

ব্যাক্তিগত তথ্যাদি ( Personal all Information )

Update your personal information
@csrf
Employee Info
Allowed file types: png, jpg, jpeg, max photo size 1024KB, width 320-360 px, height 400-440 px.
২.১.১ ব্যাক্তিগত তথ্যাদি (Personal Information)
employee_id) && isset($employee->employee_personal_info->fname)) readonly @else name="fname" @endif @if(isset($employee->employee_personal_info->fname))value="{{$employee->employee_personal_info->fname}}"@endif/>
employee_id) && isset($employee->employee_personal_info->mname)) readonly @else name="mname" @endif @if(isset($employee->employee_personal_info->mname))value="{{$employee->employee_personal_info->mname}}"@endif/>
employee_id) && isset($employee->employee_personal_info->mobile_phone)) readonly @else name="mobile" @endif @if(isset($employee->employee_personal_info->mobile_phone))value="{{$employee->employee_personal_info->mobile_phone}}"@endif/>
employee_id) && isset($employee->employee_personal_info->emergency_phone)) readonly @else name="emergency_phone" @endif @if(isset($employee->employee_personal_info->emergency_phone))value="{{$employee->employee_personal_info->emergency_phone}}"@endif/>
employee_id) && isset($employee->employee_personal_info->tin)) readonly @else name="etin" @endif @if(isset($employee->employee_personal_info->tin))value="{{$employee->employee_personal_info->tin}}"@endif/>
২.১.২ বর্তমান ঠিকানা (Present Address)
employee_id) && isset($employee->employee_present_address->village_or_house_road)) readonly @else name="present_address[village_or_house_road]" @endif required @if(isset($employee->employee_present_address->village_or_house_road))value="{{$employee->employee_present_address->village_or_house_road}}"@endif/>
employee_id) && isset($employee->employee_present_address->post_office)) readonly @else name="present_address[post_office]" @endif required @if(isset($employee->employee_present_address->post_office))value="{{$employee->employee_present_address->post_office}}"@endif placeholder="POST OFFICE , POST CODE"/>
employee_id) && isset($employee->employee_present_address->contact)) readonly @else name="present_address[contact]" @endif @if(isset($employee->employee_present_address->contact))value="{{$employee->employee_present_address->contact}}"@endif/>
২.১.৩ স্থায়ী ঠিকানা (Permanent Address)
employee_id) && isset($employee->employee_permanent_address->village_or_house_road)) readonly @else name="permanent_address[village_or_house_road]" @endif required @if(isset($employee->employee_permanent_address->village_or_house_road))value="{{$employee->employee_permanent_address->village_or_house_road}}"@endif/>
employee_id) && isset($employee->employee_permanent_address->post_office)) readonly @else name="permanent_address[post_office]" @endif required @if(isset($employee->employee_permanent_address->post_office))value="{{$employee->employee_permanent_address->post_office}}"@endif placeholder="POST OFFICE , POST CODE"/>
employee_id) && isset($employee->employee_permanent_address->contact)) readonly @else name="permanent_address[contact]" @endif @if(isset($employee->employee_permanent_address->contact))value="{{$employee->employee_permanent_address->contact}}"@endif/>
২.১.৪ ভাষা (Language)
If form not filled click to delete
@include('admin.employee.extra_partial_page.per_language')
২.১.৫ শিক্ষাগত যোগ্যতা (Educational Qualification)
If form not filled click to delete
@include('admin.employee.extra_partial_page.per_educational_qualification')
২.১.৬ স্থানীয় প্রশিক্ষণ (Local Training)
If form not filled click to delete
@include('admin.employee.extra_partial_page.per_local_training')
২.১.৭ বিদেশ ভ্রমন (Foreign Travel)
If form not filled click to delete
@include('admin.employee.extra_partial_page.per_foreign_training')
{{--
--}} {{--
--}} {{--
২.১.৭ বিদেশ ভ্রমন (Foreign Travel)
--}} {{--
--}} {{--
--}} {{-- --}} {{--
--}} {{--
--}} {{--
If form not filled click to delete
--}} {{--
--}} {{-- @include('admin.employee.extra_partial_page.per_foreign_travel')--}} {{--
--}} {{--
২.১.৮ বিদেশে পোস্টিং (Posting Abroad)
--}} {{--
--}} {{-- @include('admin.employee.extra_partial_page.per_posting_abroad')--}} {{--
--}}
২.১.৮ অন্যান্য যোগ্যতা (Other Qualification)
If form not filled click to delete
@include('admin.employee.extra_partial_page.per_professional_qualification')
২.১.৯ প্রকাশনা(Publication)
If form not filled click to delete
@include('admin.employee.extra_partial_page.per_publication')
২.১.১০ সম্মাননা এবং পুরষ্কার (Honours and Award)
If form not filled click to delete
@include('admin.employee.extra_partial_page.per_honours_and_award')
২.১.১১ অন্যান্য পরিষেবাদি (Other Services (Prior Civilian Gazetted Post/Rank))
If form not filled click to delete
@include('admin.employee.extra_partial_page.per_other_service')
{{--
২.১.১৩ পরিষেবা ইতিহাস (Service History)
employee_id) && isset($employee->employee_service->service_date)) @else name="personal_service_history[govt_service_date]" @endif @if(isset($employee->employee_service->service_date))value="{{\Carbon\Carbon::parse($employee->employee_service->service_date)->format('d-m-Y')}}"@endif/>
employee_id) && isset($employee->employee_service->gazetted_date)) @else name="personal_service_history[gazetted_date]" @endif @if(isset($employee->employee_service->gazetted_date))value="{{\Carbon\Carbon::parse($employee->employee_service->gazetted_date)->format('d-m-Y')}}"@endif/>
employee_id) && isset($employee->employee_service->encadrement_date)) @else name="personal_service_history[encadrement_date]" @endif @if(isset($employee->employee_service->encadrement_date))value="{{\Carbon\Carbon::parse($employee->employee_service->encadrement_date)->format('d-m-Y')}}"@endif/>
employee_id) && isset($employee->employee_service->seniority_date)) @else name="personal_service_history[seniority_date]" @endif @if(isset($employee->employee_service->seniority_date))value="{{\Carbon\Carbon::parse($employee->employee_service->seniority_date)->format('d-m-Y')}}"@endif/>
employee_id) && isset($employee->employee_service->cadre)) readonly @else name="personal_service_history[cadre]" @endif @if(isset($employee->employee_service->cadre))value="{{$employee->employee_service->cadre}}"@endif/>
--}}
@endsection {{-- Scripts Section --}} @section('scripts') @endsection