10 lines
236 B
PHP
10 lines
236 B
PHP
@extends('layouts.admin.b4')
|
|
@section('content')
|
|
<br>
|
|
<br>
|
|
<div class="container">
|
|
<br>
|
|
<h2>Admin Dashboard Test</h2><br>
|
|
Just a test of the new admin dashboard and how it should look with a sidebar navigation system.
|
|
</div>
|
|
@endsection |