Pony.fm/app/views/tracks/index.blade.php
2013-07-25 16:33:12 -05:00

6 lines
No EOL
144 B
PHP

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