@extends('admin.layouts.app') @section('title', get_setting('site_name').' | Payroll') @section('content') @if(\App\Support\BranchWiseFeature::missingBranchAssignment())
Generate payslips individually or in bulk from attendance and salary setup.
{{ __('Bulk generate applies lunch from attendance and setup defaults for mobile/travel (no monthly override).') }}
{{ __('Lunch') }}: {{ number_format($lunchAmt, 2) }} @if($structureUiMeta['lunch_rate'] > 0) ({{ number_format($structureUiMeta['lunch_rate'], 2) }} × {{ (int) ($presentDays ?? 0) }} {{ __('days') }}) @endif
{{ __('Lunch allowance does not apply to this employee (scoped rules).') }}
{{ __('Variable additions this month') }}: {{ number_format($structureAdditionalGross, 2) }}