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

পেশাদার যোগ্যতা (Professional Qualification)

{{-- --}} @foreach($datas as $data) {{-- --}} @endforeach
Name Rank Qualification Rating scale out of 10NIDContact 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->rate}}{{ $data->employee->nid}}{{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection