@extends('layouts.logeado') @if (isset($filtro)) @section('sub_title', 'Vales en la valera: '. $valera->nombre . '. Filtro: ' . $filtro[0] . '=' . $filtro[1]) @else @section('sub_title', 'Vales en la valera: '. $valera->nombre) @endif @section('sub_content')
Exportar:
Número | Fecha inicio | Fecha fin | Código del vale | Contraseña | Beneficiario | Unds/Mins/Ruta | Valor | Centro de costo | Actividad | Estado | |||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{$vales->perPage()*($vales->currentPage()-1)+$count}} | @if ($vale->servicio != null)@if (count($vale->servicio->registros) >= 3) {{ $vale->servicio->registros[2]->fecha}} @endif | @if (count($vale->servicio->registros) >= 4) {{ $vale->servicio->registros[3]->fecha}} @endif | @else@endif | {{ $vale->codigo }} | {{ strtoupper($vale->clave) }} | @if($vale->servicio != null) @if($vale->beneficiario != null) {{ $vale->beneficiario }} @else {{ $vale->servicio->usuarios }} @endif @else {{ $vale->beneficiario }} @endif | @if ($vale->servicio != null){{ $vale->servicio->unidades}} {{$vale->servicio->cobro}} | ${{ number_format($vale->servicio->valor)}} | @else@endif | {{ $vale->centrocosto}} | {{ $vale->referenciado }} | {{ $vale->estado}} | @if ($vale->estado == "Asignado") Editar vale @elseif($vale->estado == "Usado") Ir a servicio @endif @if($vale->estado == "Libre") Asignar vale @endif | ||
No hay datos |