@include('new_layouts.header') @include('hrm.hrm_main',['hrm_header' => ''])

Termination Type

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