@extends('layouts.admin-bloqueo-vista') @section('titulo', 'Reportes') @section('css') {!! Html::style('css/jquery.datetimepicker.min.css') !!} @endsection @section('botonera')
| Estado | @endifFecha / Hora (24h) | @if (isset($registros[0]->programa))Programa | @endifDocumento | Paciente | Operaciones | @foreach($registros as $registro) @if ($formulario['tipo'] == 0) @if ($registro->deleted_at)
|---|---|---|---|---|---|
| Inactiva | @else|||||
| Activa | @endif @endif{{ "$registro->fecha $registro->hora" }} | @if (isset($registro->programa)){{ $registro->programa }} | @endif{{ $registro->documento }} | {{ $registro->paciente_nombre }} | @if ($formulario['tipo'] == 1) {!! link_to('/mostrar-pdf/'.$registro->programaId.'/'.$registro->id, $title = 'Imprimir', $attributes = ['class' => 'btn btn-success btn-xs', 'target' => '_blank']) !!} @else {!! link_to('/mostrar-pdf-inscripcion/'.$registro->id, $title = 'Imprimir', $attributes = ['class' => 'btn btn-success btn-xs', 'target' => '_blank']) !!} @endif |