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

Payslip Type

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