Use the dashboard core blade to render the credits page

This commit is contained in:
Kevin MacMartin 2018-04-23 23:12:17 -04:00
parent 298df303b2
commit d0c85bd453

View file

@ -1,15 +1,8 @@
@extends('templates.dashboard') @extends('dashboard.core', [
'heading' => 'Credits'
])
@section('page-content') @section('dashboard-body')
<div class="container spark-screen">
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-header">
Credits
</div>
<div class="card-body dashboard">
<div class="dashboard-credits"> <div class="dashboard-credits">
<h2>Authors</h2> <h2>Authors</h2>
@ -27,9 +20,4 @@
@endforeach @endforeach
</ul> </ul>
</div> </div>
</div>
</div>
</div>
</div>
</div>
@endsection @endsection