@extends('template.layoutAdmin') @section('cabecera')

{{ trans('soportes.tituloSoportes') }}

@endsection @section('title') {{ trans('soportes.tituloSoportes') }} @endsection @section('contenido')

{{ trans('soportes.CasosActivos') }}

@foreach ($data['data'] as $item) @endforeach
{{ 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
@endsection @section('js') @endsection