mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-09 19:26:38 -05:00
Use the dashboard core blade to render the credits page
This commit is contained in:
parent
298df303b2
commit
d0c85bd453
1 changed files with 17 additions and 29 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue