@lang('modules.settings.maintenanceSettings')

@if($costType === "fixedValue")
@foreach($apartments as $index => $apartment) @endforeach
{{ __('modules.settings.apartmentType') }} {{ __('modules.settings.maintenanceSetValue') }} ({{ society()->currency->currency_symbol }})
{{ $apartment['apartment_type'] }}
@lang('app.save')
@endif @if($costType === "unitType")
@lang('app.save')
@endif