@extends('layouts.app') @push('plugin-styles') @endpush @section('content')
Read the Official DataTables Documentation for a full list of instructions and other options.
--}}| Nombre | Cargo | Entidad | Codigo Verificacion | ¿Puede confirmar? | Validacion | Lugar | Desasignar | Acciones |
|---|---|---|---|---|---|---|---|---|
| {{$item->nombre}} | {{$item->cargo}} | {{$item->entidad}} | {{$item->codigo_verificacion}} | @if($item->visualizacion == 1) Si @else No @endif |
{{-- @dd($item->isInvitado)--}}
@if($item->isInvitado && $item->visualizacion == 1)
confirmacion == 1)
checked
@endif>
@endif
|
{{-- @if($item->confirmacion == 1)--}} {{-- Si--}} {{-- @else--}} {{-- No--}} {{-- @endif--}} @if($item->asignacion()->first() != null) {{-- @if(isset($item->asignacion->asiento))--}} {{$item->asignacion->asiento}} @endif |
@if($item->asignacion()->first() != null)
{{-- --}}
{{-- --}}
{{-- --}}
{{ Form::checkbox($item->id, 1 . ',' . $item->id . ',' . $item->id, false, ['class' => 'form-check-input', 'id' => $item->id]) }}
{{-- {{ Form::label($i->id_usuario, 'Autorizar', ['class' => 'form-check-label']) }}--}}
@endif
|
{{-- @if($item->asignacion()->first() != null)--}} {{-- --}} {{-- --}} {{-- --}} {{-- @endif--}} |