Pony.fm/resources/views/artists/index.blade.php

6 lines
145 B
PHP
Raw Normal View History

2015-08-31 17:26:09 +02:00
@extends('shared._app_layout')
@section('app_content')
<h1>Artist Listing!</h1>
<p>This page should be what search engines see</p>
@endsection