@include('new_layouts.header')
@include('new_layouts.usersidebar')

{{ __('Find Payslip') }}

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