@extends('layouts.app') @section('title', 'Consommations d\'eau') @section('breadcrumb') @endsection @section('content')

Consommations d'eau

Ajouter
@forelse($waterConsumptions as $wc) @empty @endforelse
Lot Bâtiment Date Quantité (L) Actions
{{ $wc->lot->code ?? '-' }} {{ $wc->building->name ?? '-' }} {{ \Carbon\Carbon::parse($wc->date)->format('d/m/Y') }} {{ number_format($wc->quantity_liters, 2) }} L
@csrf @method('DELETE')
Aucun enregistrement.
@endsection