@extends('layouts.app') @section('content')
{{ auth()->user()->age }}, {{ auth()->user()->gender }} / {{ auth()->user()->city }}, {{ auth()->user()->country }}
{{--Date of birth--}}{{ __('Date of birth') }}
{{ auth()->user()->dob }}
{{--Description--}} @if (auth()->user()->description){{ __('About') }}
{{ auth()->user()->description }}