@extends('layouts.app') @section('breadcrumb')
@endsection @section('header')| No. Empleado | {{$vrequest->venta->num_emp}} |
|---|---|
| Nombre | {{$vrequest->venta->data->name}} |
| Fecha de ingreso | {{$vrequest->venta->data->f_ingreso}} |
| CCosto | {{$vrequest->venta->data->ccosto}} |
| Nom CCosto | {{$vrequest->venta->data->nom_ccosto}} |
| Bono | $ {{ $vrequest->venta->bono }} |
|---|---|
| Bono/2 | $ {{ $vrequest->venta->bono / 2 }} |
| PNor | $ {{ $vrequest->venta->pnor }} |
| Total de Percepciones | $ {{ $vrequest->venta->bono/2 + $vrequest->venta->pnor }} |
| Validación GYM PASS | |
| Total de deducciones | $ {{ $vrequest->venta->imp }} |
| Deducciones con GYM PASS | $ {{ $vrequest->venta->imp }} |
| Total compra (%) | |
| Total compra ($) |
Este empleado realizó su solicitud en {{$vrequest->created_at}}
@if(!$vrequest->validated_at) @else @if($vrequest->status == 'accepted')Esta solicitud fue aceptada
@elseEsta solicitud fue rechazada
@endif @if($vrequest->comments)Comentarios
{{$vrequest->comments}}
@endif @endif