@extends('layouts.admin') @section('styles') @endsection @section('content')
| # | COLABORADOR | ASIGNACION | FECHA | HORAS | TOTAL | |
|---|---|---|---|---|---|---|
| {{$horas->id}} | {{$horas->nombre}} | {{$horas->asignacion}} | {{$horas->created_at}} | {{$horas->numero}} | Q. {{number_format($horas->numero * 10, 2)}} | @can('planilla_horas_delete') @endcan |