@extends('admin.layouts.main') @section('title') Company - Payroll @endsection @section('content')
@include("admin.common.sidebar")
@include('payroll::company_payroll.modules.store.common.form-step') @if(session('success'))
{{ session('success') }}
@endif @if(session('error'))
{{ session('error') }}
@endif
@if (isset($company_payroll)) @endif

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

{{ @trans('payroll.index') }} {{ @trans('payroll.title') }} {{ @trans('payroll.type') }} {{ @trans('payroll.taxable') }} {{ @trans('payroll.fixed_value') }} {{ @trans('payroll.action') }}
@csrf
{{-- href="{{ route('admin.payroll.companies.leaves',['panel' => Session::get('panel'), 'id' => $id]) }}" --}}
@include('payroll::company_payroll.modules.modals.store_earning_deduction') @include('payroll::company_payroll.modules.modals.common_confirmation_modal') @endsection @push('pageJs') @endpush @push('pageCss') @endpush