mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-26 06:57:58 +01:00
5 lines
112 B
PHP
5 lines
112 B
PHP
@extends('shared._app_layout')
|
|
|
|
@section('app_content')
|
|
{{Helpers::template('pages/faq.html')}}
|
|
@endsection
|