This repository has been archived on 2025-03-05. You can view files and clone it, but cannot push or open issues or pull requests.
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