@extends('layouts.app')
@section('title', __('goals::goals.groups'))
@section('content')
@component('components.widget', ['class' => 'box-primary', 'title' => __('goals::goals.groups')])
@can('goals.create')
@slot('tool')
@endslot
@endcan
@can('goals.view')
| @lang('user.name') |
@lang('goals::goals.start_date') |
@lang('goals::goals.end_date') |
@lang('goals::goals.percentage_done') |
@lang('goals::goals.supervisor') |
@lang('lang_v1.added_by') |
@lang('messages.action') |
.
@endcan
@endcomponent
@stop
@section('javascript')
@endsection