@extends('layouts.admin') @section('content')
| Folio | {{ $item->folio }} | |||
|---|---|---|---|---|
| Ingreso | {{ $item->fecha }} | |||
| institución | {{ $item->institucion }} | |||
| Sujeto Pasivo | {{ $item->nombre_pasivo . ' ' . $item->apellido_pasivo }} - {{ $item->cargo }} | |||
| Estado | {{ ucwords($item->estado) }} | |||
| Solicitud | Detalles | |||
| información adicional de la audiencia | ||||
| Audiencia | {{ $item->fecha_reunion }} a las {{ $item->fecha_reunion }} | |||
| Forma | {{ ($item->forma == 'P') ? 'Presencial' : 'Videoconferencia' }} | |||
| Lugar | {{ ucwords($item->lugar) }} | |||