1
0
mirror of https://koodu.h-i.works/projects/thebadspace synced 2025-06-25 16:04:37 -05:00
Files
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