mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-22 21:18:00 +01:00
6 lines
141 B
PHP
6 lines
141 B
PHP
|
@extends('shared._app_layout')
|
||
|
|
||
|
@section('app_content')
|
||
|
<h1>A Playlist!</h1>
|
||
|
<p>This page should be what search engines see</p>
|
||
|
@endsection
|