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

সন্তান সম্পর্কিত তথ্যাদি (Particulars of Children)

{{-- --}} @foreach($datas as $data) {{-- --}} @endforeach
Name RankNIDContact Number Relation Name (Bangla) Name (English) Child NID/BirthCertificate Status Date of Birth Action
{{ $data->employee->name}} @if(isset($data->employee->rank) && (int)$data->employee->rank > 0){{ $function->rank()[(int)$data->employee->rank]['name_en']}}@endif{{ $data->employee->nid}}{{ $data->employee->sms_number}} {{ $data->relation}} {{ $data->name_bangla}} {{ $data->name_eng}} {{ $data->nid}} @if($data->autistic == 1) Disabled Child @else Normal @endif {{ $data->birthday}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection