@extends('layouts.reportes') @section('content')
{{$titulo}}
TOTAL DE PAGO: Q. {{number_format($total, 2)}}
# | COLABORADOR | ASIGNACION | FECHA | HORAS | TOTAL |
---|---|---|---|---|---|
{{$horas->id}} | {{$horas->nombre}} | {{$horas->asignacion}} | {{$horas->created_at}} | {{$horas->numero}} | Q. {{number_format($horas->numero * 10, 2)}} |