@extends('layouts.admin') @section('styles') @endsection @section('content')
@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)}} @can('planilla_horas_delete')
@csrf @method('DELETE')
@endcan
{{$data2->links()}}
@can('planilla_horas_store')

REGISTRO DE HGORAS EXTRAS

@csrf
@endcan
@endsection @section('scripts') @endsection