mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-06 14:54:50 +00:00
13 lines
234 B
PHP
13 lines
234 B
PHP
@extends('layouts.admin')
|
|
|
|
@section('content')
|
|
|
|
@include('admin.partial.sidenav')
|
|
<div class="main-content" id="panel">
|
|
@include('admin.partial.nav')
|
|
<div class="container-fluid mt-4">
|
|
@yield('section')
|
|
</div>
|
|
</div>
|
|
@endsection
|