@php use App\Models\Staff; @endphp @extends('admin.layouts.app') @section('title',get_setting('site_name').' Payroll') @section('content')
{{ __('Bulk generate applies lunch from attendance and setup defaults for mobile/travel (no monthly override).') }}
{{ __('Lunch') }}: {{ number_format($lunchAmt, 2) }} ({{ number_format($structureUiMeta['lunch_rate'], 2) }} × {{ (int) ($presentDays ?? 0) }} {{ __('days') }})
{{ __('Variable additions this month') }}: {{ number_format($structureAdditionalGross, 2) }}