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

6 lines
147 B
PHP
Raw Normal View History

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