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

শিক্ষাগত যোগ্যতা (Educational Qualification)

{{-- --}} @foreach($datas as $data) {{-- --}} @endforeach
Name Rank Name of Institution Principal Subject/Group Degree Passing Year Result GPA/CGPA DistinctionNIDContact 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->institute}} @if(isset($data->edu_type) && $data->edu_type < 3) {{$data->group}} @else {{ $data->subject}} @endif {{ $data->degree}} {{ $data->passing_year}} {{ $data->result}} {{ $data->gpa}} {{ $data->distinction }}{{ $data->employee->nid}}{{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection