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

৩। চাকরি সম্পর্কিত তথ্যাদি (Information Related to Service)

Update your information
@csrf
@if(!isset($employee->quota) || (int)$employee->quota < 1) @endif
৩.১ বর্তমান অবস্থান (Present Position)
{{-- employee_id) && isset($employee->employee_first_joining->working_place)) readonly @else name="first_join[working_place]" @endif @if(isset($employee->employee_first_joining->working_place))value="{{$employee->employee_first_joining->working_place}}"@endif/>--}}
{{--
--}} {{-- --}} {{--
--}} {{-- employee_id) && isset($employee->employee_present_position->post)) readonly @else name="present_position[post]" @endif @if(isset($employee->employee_present_position->post))value="{{$employee->employee_present_position->post}}"@endif/>--}} {{-- --}} {{--
--}} {{--
--}}
employee_id) && isset($employee->employee_present_position->join_date)) @else name="present_position[join_date]" @endif @if(isset($employee->employee_present_position->join_date))value="{{\Carbon\Carbon::parse($employee->employee_present_position->join_date)->format('d-m-Y')}}"@endif/>
{{--
--}} {{-- employee_id) && isset($employee->employee_present_position->grade)) readonly @else name="present_position[grade]" @endif @if(isset($employee->employee_present_position->grade))value="{{$employee->employee_present_position->grade}}"@endif/>--}} {{--
--}}
{{-- employee_id) && isset($employee->employee_present_position->scale)) readonly @else name="present_position[scale]" @endif @if(isset($employee->employee_present_position->scale))value="{{$employee->employee_present_position->scale}}"@endif/>--}}
৩.২ প্রথম যোগদান (First Joining)
{{-- employee_id) && isset($employee->employee_first_joining->working_place)) readonly @else name="first_join[working_place]" @endif @if(isset($employee->employee_first_joining->working_place))value="{{$employee->employee_first_joining->working_place}}"@endif/>--}}
প্রথম যোগদানের তারিখ, গ্রেড ও স্কেল (Grade and scale of first joining)
employee_id) && isset($employee->employee_first_joining->time)) @else name="first_join[time]" @endif @if(isset($employee->employee_first_joining->time))value="{{\Carbon\Carbon::parse($employee->employee_first_joining->time)->format('d-m-Y')}}"@endif/>
{{-- employee_id) && isset($employee->employee_first_joining->scale)) readonly @else name="first_join[scale]" @endif @if(isset($employee->employee_first_joining->scale))value="{{$employee->employee_first_joining->scale}}"@endif/>--}}
employee_id) && isset($employee->employee_first_joining->old_time)) @else name="first_join[old_time]" @endif @if(isset($employee->employee_first_joining->old_time))value="{{\Carbon\Carbon::parse($employee->employee_first_joining->old_time)->format('d-m-Y')}}"@endif/>
{{-- employee_id) && isset($employee->employee_first_joining->old_scale)) readonly @else name="first_join[old_scale]" @endif @if(isset($employee->employee_first_joining->old_scale))value="{{$employee->employee_first_joining->old_scale}}"@endif/>--}}
employee_id) && isset($employee->employee_first_joining->job_permanent_date)) @else name="first_join[job_permanent_date]" @endif @if(isset($employee->employee_first_joining->job_permanent_date))value="{{\Carbon\Carbon::parse($employee->employee_first_joining->job_permanent_date)->format('d-m-Y')}}"@endif/>
৩.৩ পদোন্নতি সংক্রান্ত তথ্যাদি (Promotion Information)
If form not filled click to delete
@include('admin.employee.extra_partial_page.service_promotion')
৩.৪ কর্মস্থল পরিবর্তন/বদলি সংক্রান্ত তথ্যাদি (Transfer Information)
If form not filled click to delete
@include('admin.employee.extra_partial_page.service_transfer')
৩.৫ স্কেল পরিবর্তন সংক্রান্ত তথ্যাদি (Information on pay scale)
If form not filled click to delete
@include('admin.employee.extra_partial_page.service_pay_scale_change')
৩.৬ সরকারি আবাসন সংক্রান্ত তথ্যাদি (Information related to government accommodation)
If form not filled click to delete
@include('admin.employee.extra_partial_page.service_accommodation')
@endsection {{-- Scripts Section --}} @section('scripts') @endsection