8 lines
279 B
PHP
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 |