mirror of
https://github.com/prurigro/hypothetical.git
synced 2024-11-21 23:52:31 -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')
|
||||
<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">
|
||||
@section('dashboard-body')
|
||||
<div class="dashboard-credits">
|
||||
<h2>Authors</h2>
|
||||
|
||||
|
@ -27,9 +20,4 @@
|
|||
@endforeach
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
|
Loading…
Reference in a new issue