@extends('dashboard.core', [
'heading' => 'Credits'
])
@section('dashboard-body')
Authors
Libraries
@foreach(App\Dashboard::$library_credits as $credit)
-
{{ $credit['name'] }}
@if(array_key_exists('license', $credit))
(License)
@endif
@endforeach
@endsection