@extends('shared._app_layout')

@section('app_content')
    <h1>Artist Profile!</h1>
    <p>This page should be what search engines see</p>
@endsection