@extends('app') @section('content') @if(Session::has('flash_message'))
{!! Session::get('flash_message') !!}
@endif @include('admin.shared.summary_map_popup')

اخبار الوفيات - {{$request_type=='Add' ? 'أضافة' : 'تحرير'}}


{{ $person->nodeID}} {{$person->name}} {{$person->father_name.' '.$person->grand_father_name.' '.$person->g_grand_father_name}}
@if($deathnews->is_spous_selected==1)
{{ $male ? 'زوجة ' : 'زوج ' }}
@if($deathnews->spous_in_family==1 && $deathnews->selectedspous)

{{ $spous->nodeID}} {{$spous->name}} {{$spous->father_name.' '.$spous->grand_father_name.' '.$spous->g_grand_father_name}}

@else

{{$deathnews->spous_name}} {{$deathnews->spous_father_name.' '.$deathnews->spous_grand_father_name}}

@endif

@else {{--

No orbituary information is added

--}} @endif
@if($in_family && $male) @if($person->children()->count()>0)
والد كل من
@endif @foreach($person->children as $child) @endforeach @else @if(count($deathnews->children_outside_family())>0 || count($deathnews->children_from_family())>0)
{{$male ? 'والد ':'والدة '}} كل من
@endif @foreach($deathnews->children_outside_family() as $child)

{{ $male && $in_family ? $child->nodeID : ''}} {{$child->name}} {{$child->father_name.' '.$child->grand_father_name.' '.$child->g_grand_father_name}}

@endforeach @if(!$male) @foreach($deathnews->children_from_family() as $k => $child_rel) @endforeach @endif @endif