@extends('layouts.app') @section('title', 'Períodos de Nómina') @section('content')
| Período | Frecuencia | Fecha Inicio | Fecha Fin | Fecha Pago | Estado | Empleados | Acciones |
|---|---|---|---|---|---|---|---|
|
{{ $period->period_name }}
@if($period->notes)
{{ Str::limit($period->notes, 50) }} @endif |
{{ ucfirst($period->frequency) }} | {{ $period->start_date->format('d/m/Y') }} | {{ $period->end_date->format('d/m/Y') }} | {{ $period->pay_date->format('d/m/Y') }} | @switch($period->status) @case('draft') Borrador @break @case('processing') Procesando @break @case('completed') Completado @break @case('cancelled') Cancelado @break @endswitch | {{ $period->payrolls_count }} |