@extends('layouts.app') @section('content')

@include('users.partials.action-buttons', ['user' => $currentUser]) {{ $currentUser->name }} {{ trans('user.profile') }}

@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 @section ('ext_css') @endsection @section ('ext_js') @endsection @section ('script') @endsection