21 lines
497 B
PHP
21 lines
497 B
PHP
@extends('admin.master')
|
|
|
|
@section('title', trans('general.plugin-market'))
|
|
|
|
@section('content')
|
|
|
|
<!-- Content Wrapper. Contains page content -->
|
|
<div class="content-wrapper">
|
|
<!-- Content Header (Page header) -->
|
|
<section class="content-header">
|
|
<h1>
|
|
@lang('general.plugin-market')
|
|
</h1>
|
|
</section>
|
|
|
|
<!-- Main content -->
|
|
<section class="content"></section>
|
|
</div><!-- /.content-wrapper -->
|
|
|
|
@endsection
|