@include('new_layouts.header') @include('hrm.hrm_main')

Goal Type

@can('create goal type') {{__('Create')}}   @endcan
@foreach ($goaltypes as $goaltype) @endforeach
{{__('Goal Type')}} {{__('Action')}}
{{ $goaltype->name }}
@can('edit goal type') @endcan @can('delete goal type') {!! Form::open(['method' => 'DELETE', 'route' => ['goaltype.destroy', $goaltype->id],'id'=>'delete-form-'.$goaltype->id]) !!} {!! Form::close() !!} @endcan
@include('new_layouts.footer')