@include('new_layouts.header') @include('hrm.hrm_main',['hrm_header' => 'Payslip'])
{{ Form::open(['route' => ['payslip.store'], 'method' => 'POST', 'id' => 'payslip_form']) }}
{{ Form::label('month', __('Select Month'), ['class' => 'form-label']) }} {{ Form::select('month', $month, null, ['class' => 'form-select', 'id' => 'month']) }}
{{ Form::label('year', __('Select Year'), ['class' => 'form-label']) }} {{ Form::select('year', $year, null, ['class' => 'form-select']) }}
{{ Form::close() }}

{{ __('Find Employee Payslip') }}

{{ Form::select('year', $year, null, ['class' => 'form-control year_date ']) }}
{{-- @can('Create Pay Slip') --}} {{-- @endcan --}}
{{-- --}}
{{ __('Id') }}{{ __('Employee Id') }} {{ __('Name') }} {{ __('Payroll Type') }} {{ __('Salary') }} {{ __('Net Salary') }} {{ __('Status') }} {{ __('Action') }}
@include('new_layouts.footer')