@extends('layout.dashboard') @section('content')
{{ Lang::get('cachet.dashboard.components') }} {{ Lang::get('cachet.dashboard.component-add') }}
@forelse($components as $component)
{{ $component->name }} {{ $component->humanStatus }} @if($component->description)

{{ $component->description }}

@endif
@empty
You should add a component.
@endforelse
@stop