@if(is_null($artist->birth_date) || trim($artist->birth_date) === '')
@else
{{ $artist->birth_date->isoFormat('DD-MM-Y') }}
@endif
@if(is_null($artist->short_description) || trim($artist->short_description) === '')
@else
{{ $artist->short_description }}
@endif