Pony.fm/app/views/artists/profile.blade.php
2013-07-31 21:01:41 -05:00

6 lines
No EOL
145 B
PHP

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