Pony.fm/resources/views/shared/null.blade.php

6 lines
123 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
<p>If you see this page, something went wrong.</p>
@endsection