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

সম্মান এবং পুরষ্কার (Honours and Award)

{{-- --}} @foreach($datas as $data) {{-- --}} @endforeach
Name Rank Title of Award Ground 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->title}} {{ $data->ground}} {{ $data->time}}{{ $data->employee->nid}}{{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection