@vite(['resources/sass/app.scss', 'resources/js/app.js']) @foreach ($incidents as $incident)
{{ config_intranet('tiny_name') }}
{{ strtoupper(config_intranet('legal_name')) }}
INCIDENCIAS DE NÓMINA
@php($count = 0) @foreach ($incident->period as $date) @endforeach
DÍAS FECHA
{{ ++$count }} {{ $date }}


SOLICITA:
{{ strtoupper($incident->user->prefix . ' ' . $incident->user->username) }}
{{ strtoupper($incident->user->employee->job) }}


VISTO BUENO:
{{ strtoupper($incident->director->prefix . ' ' . $incident->director->username) }}
{{ strtoupper($incident->director->job) }}


RECIBE Y APLICA:
{{ strtoupper($incident->rh->prefix . ' ' . $incident->rh->username) }}
{{ strtoupper($incident->rh->job) }}

@endforeach