@extends('layout.default') @section('title', $L('Batteries overview')) @section('activeNav', 'batteriesoverview') @section('viewJsName', 'batteriesoverview') @push('pageScripts') @endpush @section('content')
{{ $L('#1 batteries are due to be charged within the next #2 days', $countDueNextXDays, $nextXDays) }}
{{ $L('#1 batteries are overdue to be charged', $countOverdue) }}