@extends('layouts.app')
@section('content')
{{ link_to_route('users.chart', 'Lihat Chart Keluarga '.$currentUser->name, [$currentUser->id], ['class' => 'btn btn-default']) }}
@include('users.partials.profile', ['user' => $currentUser])
@include('users.partials.siblings', ['user' => $currentUser])
@include('users.partials.parent-spouse', ['user' => $currentUser])
@include('users.partials.childs', ['user' => $currentUser])
@endsection