@extends('layouts.app') @section('title', trans('settings.goal_title')) @section('content') @if (isset($user) && $user) @include('layouts.partials.employee-files') @endif
@if (!isset($user)) {{trans('forms.lbl_cancel')}} @endif @include('goal::form', [ 'edit' => false ]) @if (isset($user))
{{trans('forms.lbl_cancel')}}
@endif
@stop @section('footer-script') @stop