@extends('template.home.index')
@section('title', trans('soporte.soporte_title'))
@section('style')
@endsection
@section('content')
{{ trans('soporte.no_caso') }} | {{ trans('soporte.fecha') }} | {{ trans('soporte.estado') }} | {{ trans('soporte.acciones') }} |
---|---|---|---|
#{{ $item['noCaso'] }} | {{ $item['fecha'] }} | @if ($item['state'] == 0) {{ trans('soporte.esperandoRes') }} @else {{ trans('soporte.contestado') }} @endif |