@extends('layout.dashboard') @section('content')
@includeWhen(isset($subMenu), 'dashboard.partials.sub-sidebar')
{{ trans('dashboard.settings.credits.credits') }}

Cachet

{!! trans('dashboard.settings.credits.license') !!}


{{ trans('dashboard.settings.credits.contributors') }}

{{ trans('dashboard.settings.credits.thank-you', ['count' => count($contributors)]) }}

    @foreach($contributors as $contributor)
  • @endforeach

@stop