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

Kişisel Bilgiler


İsim Soyisim:

{{ $user->first_name .' '. $user->last_name }}

Doğum Tarihi:

{{ \Carbon\Carbon::parse($user->date_of_birth)->format('d.m.Y') }}

Adres:

{{ $kyc->street_address ?? '' }}

E-posta

{{ $user->email ?? '' }}Primary

Telefon Numarası:

{{ $user->phone_number }}Primary

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
@endsection