@extends('front.layouts.base') @section('content')
Client

{{ auth('web')->user()->username }}

{{ auth('web')->user()->city }}

{{ __('Logout') }}
{{ __('Full Name') }}
{{ auth('web')->user()->fullname }}

{{ __('Family situation') }}
{{ auth('web')->user()->family_situation }}

{{ __('Email') }}
{{ auth('web')->user()->email }}

{{ __('Phone') }}
{{ auth('web')->user()->phone }}

{{ __('City') }}
{{ auth('web')->user()->city }}
@endsection