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

{{$artist->name}}

@if($artist->picture != '')@endif
@endsection