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

স্বামী/স্ত্রী সম্পর্কিত তথ্যাদি (Particulars of Spouse)

{{-- --}} @foreach($datas as $data) {{-- --}} @endforeach
Name Rank H/W National ID number H/W Date of Birth H/W Name (Bangla) H/W Occupation H/W Designation H/W Organisation H/W District H/W Police Station H/W LocationEmployee NIDEmployee Contact 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->nid}} {{ $data->birthday}} {{ $data->name_bangla}} {{ $data->occupation}} {{ $data->designation}} {{ $data->organisation }} @if(isset($data->district_id) && (int)$data->district_id > 0){{ $function->districts()[(int)$data->district_id]['name_en']}}@endif @if(isset($data->thana_id) && (int)$data->thana_id > 0){{ $function->thanas()[(int)$data->thana_id]['name_en']}}@endif {{ $data->location }}{{ $data->employee->nid}}{{ $data->employee->sms_number}} Details
@endsection {{-- Scripts Section --}} @section('scripts') @endsection