Breadcrumb->render([ [ 'title' => 'Home', 'icon' => 'fa fa-home', 'url' => '/', ], [ 'title' => __('Documenti'), 'icon' => 'fa fa-book', ], [ 'title' => __('Lista Pratiche di attingimento'), 'icon' => 'fa fa-list', 'url' => ['controller' => 'WaterDrawingPaperworks', 'action' => 'index'], ], [ 'title' => __('Dettaglio Pratica di attingimento'), 'icon' => 'fa fa-list', 'url' => ['controller' => 'WaterDrawingPaperworks', 'action' => 'view', $waterDrawingMeter->water_drawing_intended_use->water_drawing_paperwork_id], ], [ 'title' => __('Dettaglio dello strumento di misura'), 'icon' => 'fa fa-info', ], ]); ?>
| = __('Utente') ?> | = __('Lettura') ?> | = __('Data') ?> |
|---|---|---|
| = h($waterDrawingMeasurement->user) ?> | = h($waterDrawingMeasurement->volume) ?> | = h($waterDrawingMeasurement->date->format("d/m/Y")) ?> |