{{ Auth::user()->name }}

@if(paymentProcessors())
@include('icons.package', ['class' => 'fill-current width-4 height-4'])
@else
@include('icons.email', ['class' => 'fill-current width-4 height-4'])
{{ Auth::user()->email }}
@endif
@if(paymentProcessors()) @if(Auth::user()->planOnDefault()) @else @endif @endif