@extends('admin.layouts.main') @section('title') Employee - Payroll @endsection @section('content')
@include("admin.common.sidebar")
@include('payroll::employee_payroll.modules.store.common.form-step')
@csrf

{{ @trans('payroll.contact') }}

{{ @trans('payroll.details') }}

date_range
is_student_loan_deductible == 1) checked="checked" @endif>
is_student_loan_deductible == 0) checked="checked" @endif>
@if (isset($edit) && $edit == true) @if(Session::get('panel') == 'payroll-admin') @else @endif
@else @if(Session::get('panel') == 'payroll-admin') @else @endif
@endif
@endsection @push('pageJs') {!! JsValidator::formRequest('Modules\Payroll\Http\Requests\StoreEmployeePersonalDetailsRequest', '#employeePersonalDetails') !!} @endpush @push('pageCss') {{----}} @endpush