Files
w4rpservices/resources/views/admin/dashboards/dashboard.blade.php
2020-04-03 01:12:52 -05:00

8 lines
279 B
PHP

@extends('layouts.admin.b4')
@section('content')
<div class="container">
<h2>Admin Dashboard</h2><br>
This will eventually house statistics and financial status of the alliance.<br>
This page will house a graph at least of the financial statistics.
</div>
@endsection