@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
@csrf @if($id) @endif

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

date_range
date_range
@if($errors->has('companyLogo')) {{$errors->first('companyLogo')}} @endif @if(isset($companyDetails->logo_image)) @else @endif

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

@if (isset($edit) && $edit == true) @else @endif
@endsection @push('pageJs') {!! JsValidator::formRequest('Modules\Payroll\Http\Requests\StorePayrollSetupRequest', '#frmPayrollAdd') !!} @endpush @push('pageCss') @endpush