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