{{ isset($payroll_id) ? 'UPDATE' : 'CREATE' }} PAYROLL
@include('helper.formhelper.form', [ 'type' => 'date', 'fieldname' => 'start_date', 'labelname' => 'START DATE', 'labelidname' => 'start_dateid', 'required' => true, 'col' => 'col-md-4', 'readonly' => true, ]) @include('helper.formhelper.form', [ 'type' => 'date', 'fieldname' => 'end_date', 'labelname' => 'END DATE', 'labelidname' => 'end_dateid', 'required' => true, 'col' => 'col-md-4', ]) @include('helper.formhelper.form', [ 'type' => 'toggle', 'fieldname' => 'active_month', 'labelname' => 'ACTIVE MONTH', 'labelidname' => 'active_monthid', 'required' => true, 'col' => 'col-md-4', ])