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

অন্যান্য পরিষেবাদি (Other Services (Prior Civilian Gazetted Post/Rank))

{{-- --}} @foreach($datas as $data) {{-- --}} @endforeach
Name Rank Institute Address Type of Service Position Start Date End DateNIDContact Number Action
{{ $data->employee->name}} @if(isset($data->employee->rank) && (int)$data->employee->rank > 0){{ $function->rank()[(int)$data->employee->rank]['name_en']}}@endif {{ $data->name}} {{ $data->address}} {{ $data->type_of_service}} {{ $data->position}} {{ $data->from}} {{ $data->to}}{{ $data->employee->nid}}{{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection