@extends('layout.dashboard') @section('content')
{{ trans_choice('dashboard.components.components', 2) }} > {{ trans('dashboard.components.edit.title') }}
@include('partials.dashboard.errors')
@if($groups->count() > 0)
@endif
{{ trans('forms.components.tags-help') }}
{{ trans('forms.cancel') }}
@stop