@extends('layouts.consentimientos') @section('content')
LABORATORIOS
@foreach ($laboratorios as $laboratorio) @endforeach
NOMBRE TOTAL DE DEUDA
{{$laboratorio->nombre}} Q. {{number_format(getDeudaLaboratorio($laboratorio->id, $mes, $anio), 2)}}
@endsection