{{-- Extends layout --}} @extends('layout.default') @section('styles') @endsection {{-- Content --}} @section('content')

চাকরি সম্পর্কিত তথ্যাদি : বর্তমান অবস্থান (Information Related to Service : Present Position) without transfer

@foreach($datas as $data) @endforeach
Name Rank Working Place Joining Date Grade Scale Class Contact Number Action
{{ $data->employee->name}} @if(isset($data->employee->rank) && (int)$data->employee->rank > 0){{ $function->rank()[(int)$data->employee->rank]['name_en']}}@endif @if(isset($data->working_place) && (int)$data->working_place > 0){{ $function->name_of_all_landport()[(int)$data->working_place][1]}}@endif {{ \Carbon\Carbon::parse($data->join_date)->format('d-m-Y')}} @if(isset($data->grade) && (int)$data->grade > 0){{$function->present_position_present_grade()[(int)$data->grade][1]}}@endif @if(isset($data->scale) && (int)$data->scale > 0){{$function->present_position_present_grade()[(int)$data->scale][2]}}-{{$function->present_position_present_grade()[(int)$data->scale][3]}}@endif @if(isset($data->class) && (int)$data->class > 0){{$function->present_position_present_class()[(int)$data->class][1]}}@endif {{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection