pixelfed/resources/views/site/news/archive/index.blade.php
2019-12-22 23:13:49 -07:00

7 lines
138 B
PHP

@extends('site.news.partial.layout')
@section('body')
<div class="container">
<p class="text-center">Archive here</p>
</div>
@endsection