mirror of
https://github.com/bs-community/blessing-skin-server.git
synced 2024-12-21 06:19:38 +08:00
13 lines
283 B
PHP
13 lines
283 B
PHP
@extends('user.master')
|
|
|
|
@section('title', trans('general.oauth-manage'))
|
|
|
|
@section('content')
|
|
<div class="content-wrapper">
|
|
<section class="content-header">
|
|
<h1>@lang('general.oauth-manage')</h1>
|
|
</section>
|
|
<section class="content"></section>
|
|
</div>
|
|
@endsection
|