@extends('layouts.app') @section('title', trans('settings.goal_title')) @section('content') @php $u = auth()->user(); @endphp
@can('create goals') {{trans('forms.lbl_add_new')}} @endcan
{{trans("tables.goal_title")}} {{trans("tables.assign_to_title")}} {{trans("tables.due_date_title")}} {{trans("tables.active_title")}} {{trans("tables.action_title")}}
@stop @section('footer-script') @stop