diff --git a/resources/views/dashboard/credits.blade.php b/resources/views/dashboard/credits.blade.php index 607f7b5..ce1d92e 100644 --- a/resources/views/dashboard/credits.blade.php +++ b/resources/views/dashboard/credits.blade.php @@ -1,35 +1,23 @@ -@extends('templates.dashboard') +@extends('dashboard.core', [ + 'heading' => 'Credits' +]) -@section('page-content') -
-
-
-
-
- Credits -
+@section('dashboard-body') +
+

Authors

-
-
-

Authors

+ - +

Libraries

-

Libraries

- - -
-
-
-
-
+
@endsection