@extends('layouts.reportes') @section('content')

{{$titulo}}

TOTAL DE PAGO: Q. {{number_format($total, 2)}}

@foreach ($data2 as $horas ) @endforeach
# COLABORADOR ASIGNACION FECHA HORAS TOTAL
{{$horas->id}} {{$horas->nombre}} {{$horas->asignacion}} {{$horas->created_at}} {{$horas->numero}} Q. {{number_format($horas->numero * 10, 2)}}
@endsection