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

Deduction Option

@can('create document type') {{__('Create')}}   @endcan
@foreach ($deductionoptions as $deductionoption) @endforeach
{{__('Deduction Option')}} {{__('Action')}}
{{ $deductionoption->name }}
@can('edit deduction option') @endcan @can('delete deduction option') {!! Form::open(['method' => 'DELETE', 'route' => ['deductionoption.destroy', $deductionoption->id],'id'=>'delete-form-'.$deductionoption->id]) !!} {!! Form::close() !!} @endcan
@include('new_layouts.footer')