@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.salary') }}

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

@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\StoreEmployeeRemunerationRequest', '#employeeRemunerationDetails') !!} @endpush @push('pageCss') {{----}} @endpush