e78c2a04fe
Plugged in the new layout to the admin pages
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 |