@extends('layouts.master') @section('title') {{ __('payroll') }} @endsection @section('content')

{{ __('list') . ' ' . __('payroll') }}

{!! Form::selectRange( 'year', $FirstsessionYear, date('Y', strtotime(Carbon\Carbon::now())), date('Y', strtotime(Carbon\Carbon::now())), ['class' => 'form-control', 'id' => 'filter_year'], ) !!}
{{ __('id') }} {{ __('no.') }} {{ __('title') }} {{ __('basic_salary') }} {{ __('net_salary') }} {{ __('action') }}
@endsection