@extends('layouts.master') @section('title', 'Settings') @section('content')
Pode gerir a sua conta e subscrições aqui
{{ Auth::user()->email }}
Nome
@if(!empty(Auth::user()->name)) {{ Auth::user()->name }} @else - @endif
Apelido
@if(!empty(Auth::user()->surname)) {{ Auth::user()->surname }} @else - @endif
Data de Nascimento
@if(!empty(Auth::user()->birth_date)) {{ Carbon\Carbon::parse(Auth::user()->birth_date)->format('d/m/Y') }} @else - @endif
Telemóvel
@if(!empty(Auth::user()->phone)) {{ Auth::user()->phone }} @else - @endif
Género
@if(!empty(Auth::user()->gender)) @lang('genders.' . Auth::user()->gender) @else - @endif
NIF
@if(!empty(Auth::user()->nif)) {{ Auth::user()->nif }} @else - @endif
{{ $item->name }} {{ $item->surname }}
Sem endereços de entrega/faturação.
@endif