Pony.fm/resources/views/tracks/show.blade.php

7 lines
151 B
PHP
Raw Normal View History

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