@extends('template.layoutAdmin') @section('cabecera')
{{ trans('soportes.NumeroCaso') }} | {{ trans('soportes.fecha') }} | {{ trans('soportes.estado') }} | {{ trans('soportes.acciones') }} |
---|---|---|---|
#{{ $item['noCaso'] }} | {{ $item['fecha'] }} | @if ($item['state'] == 0) {{ trans('soportes.respuesta') }} @else {{ trans('soportes.contestado') }} @endif |