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

Allowance Option

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