@extends('layouts.user-profile') @section('subtitle', trans('user.profile')) @section('user-content')
@include('users.partials.profile') @include('users.partials.siblings')
@include('users.partials.parent-spouse') @include('users.partials.childs')
@endsection @section ('ext_css') @endsection @section ('ext_js') @endsection @section ('script') @endsection