mirror of
https://koodu.h-i.works/projects/thebadspace
synced 2025-05-06 14:41:02 -05:00
11 lines
196 B
PHP
11 lines
196 B
PHP
@extends('frame')
|
|
|
|
@section('title', 'Den | Member Admin')
|
|
|
|
@section('main-content')
|
|
<section>
|
|
<article>
|
|
<h2>Member Listing </h2>
|
|
</article>
|
|
</section>
|
|
@endsection |