@extends('layouts.reportes') @section('content')
PLANILLAS REGISTRADAS
# | NOMBRE | ASIGNACION | SUELDO | PAGO QUINCENAL | PAGO FIN DE MES |
---|---|---|---|---|---|
{{$dt->id}} | {{$dt->nombre}} | {{$dt->asignacion}} | Q. {{number_format($dt->sueldo, 2)}} | Q. {{number_format($dt->sueldo / 2, 2)}} | Q. {{number_format($dt->sueldo / 2, 2)}} |