Files
w4rpservices/resources/views/admin/dashboards/testdashboard.blade.php
2020-04-03 00:53:26 -05:00

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