pixelfed/resources/views/settings/applications.blade.php

13 wiersze
213 B
PHP
Czysty Zwykły widok Historia

2018-05-30 02:37:10 +00:00
@extends('settings.template')
@section('section')
<div class="title">
<h3 class="font-weight-bold">Applications</h3>
</div>
<hr>
<div class="alert alert-danger">
Coming Soon
</div>
@endsection