@props([ 'bannerUrl' => null, 'avatarUrl' => null, 'name' => 'Nombre no definido', 'position' => null, 'location' => null, 'joined' => null, 'buttonLabel' => null, 'buttonIcon' => null, 'buttonClass' => 'btn btn-primary mb-1 waves-effect waves-light', 'buttonAction' => 'javascript:void(0)' ])
{{-- Banner superior --}}
@if ($bannerUrl) Banner image @else
@endif
{{-- Contenido principal del perfil --}}
@if ($buttonLabel) @if ($buttonIcon) @endif {{ $buttonLabel }} @endif