@extends('layouts.app') @section('content')
@include('users.partials.profile', ['user' => $currentUser])
@include('users.partials.parent-spouse', ['user' => $currentUser]) @include('users.partials.childs', ['user' => $currentUser])
@endsection