1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-05-06 14:41:02 -05:00
thebadspace/resources/views/back/member.blade.php

11 lines
196 B
PHP
Raw Normal View History

@extends('frame')
@section('title', 'Den | Member Admin')
@section('main-content')
<section>
<article>
<h2>Member Listing </h2>
</article>
</section>
@endsection