@if(session()->has('success'))
{{ session()->get('success') }}
@endif
@if(session()->has('error'))
{{ session()->get('error') }}
@endif
{!! Form::text('month','', $attributes = array('class'=>'form-control monthField','id'=>'month','placeholder'=>'Enter Month','readonly'=>'readonly')) !!}
{{ Form::select('status', array(''=>'---- Please select ----','0' => 'Unpaid', '1' => 'paid'), '', array('class' => 'form-control status select2 required')) }}
@include('admin.payroll.salarySheet.pagination')