{!! $group_name !!}
@lang('business.location') : @if(!empty($location)) {{$location->name}} {!! Form::hidden('location_id', $location->id); !!} @else {{__('report.all_locations')}} {!! Form::hidden('location_id', ''); !!} @endif@lang('essentials::lang.payroll_cant_be_deleted_if_final')
@lang('essentials::lang.employee') | @lang('essentials::lang.salary') | @lang('essentials::lang.allowances') | @lang('essentials::lang.deductions') | @lang('essentials::lang.gross_amount') | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$payroll['name']}}
{{__('essentials::lang.leaves')}} : {{ __('essentials::lang.total_leaves_days', ['total_leaves' => $payroll['total_leaves']]) }} {{__('essentials::lang.work_duration')}} : {{ __('essentials::lang.work_duration_hour', ['duration' => $payroll['total_work_duration']]) }} {{__('essentials::lang.attendance')}}: {{$payroll['total_days_worked']}} @lang('lang_v1.days') |
{!! Form::label('essentials_duration_'.$employee, __( 'essentials::lang.total_work_duration' ) . ':*') !!}
{!! Form::text('payrolls['.$employee.'][essentials_duration]', $total_work_duration, ['class' => 'form-control input_number essentials_duration', 'placeholder' => __( 'essentials::lang.total_work_duration' ), 'required', 'data-id' => $employee, 'id' => 'essentials_duration_'.$employee]); !!}
{!! Form::label('essentials_duration_unit_'.$employee, __( 'essentials::lang.duration_unit' ) . ':') !!} {!! Form::text('payrolls['.$employee.'][essentials_duration_unit]', $duration_unit, ['class' => 'form-control', 'placeholder' => __( 'essentials::lang.duration_unit' ), 'data-id' => $employee, 'id' => 'essentials_duration_unit_'.$employee]); !!} {!! Form::label('essentials_amount_per_unit_duration_'.$employee, __( 'essentials::lang.amount_per_unit_duartion' ) . ':*') !!} {!! Form::text('payrolls['.$employee.'][essentials_amount_per_unit_duration]', $amount_per_unit_duration, ['class' => 'form-control input_number essentials_amount_per_unit_duration', 'placeholder' => __( 'essentials::lang.amount_per_unit_duartion' ), 'required', 'data-id' => $employee, 'id' => 'essentials_amount_per_unit_duration_'.$employee]); !!} {!! Form::label('total_'.$employee, __( 'sale.total' ) . ':') !!} {!! Form::text('payrolls['.$employee.'][total]', $total, ['class' => 'form-control input_number total', 'placeholder' => __( 'sale.total' ), 'data-id' => $employee, 'id' => 'total_'.$employee]); !!} |
@component('components.widget')
|
@component('components.widget')
|
0
{!! Form::hidden('payrolls['.$employee.'][final_total]', 0, ['id' => 'gross_amount_'.$employee, 'class' => 'gross_amount']); !!} |
||||||||||||||||
{!! Form::label('note_'.$employee, __( 'brand.note' ) . ':') !!}
{!! Form::textarea('payrolls['.$employee.'][staff_note]', $payroll['staff_note'] ?? null, ['class' => 'form-control', 'placeholder' => __( 'sale.total' ), 'id' => 'note_'.$employee, 'rows' => 3]); !!}
|