Pony.fm/app/views/albums/show.blade.php

6 lines
136 B
PHP
Raw Normal View History

2013-08-01 04:01:41 +02:00
@extends('shared._app_layout')
@section('app_content')
<h1>Album!</h1>
<p>This page should be what search engines see</p>
@endsection