@extends('model.list') @include('ticket::sidebar') @section('breadcrumb') Inicio Administración de Problemáticas @endsection @section('card-title', 'Listado de Problemáticas') @section('table-header') ID Tipo de trámite Nombre Web Acciones @endsection @section('table-body') @forelse($data as $row) {{ $row->id }} {{ $row->procedure->name }} {{ $row->name }} @if ($row->is_enabled_on_web) Si @else No @endif @empty

Sin datos para esta selección.

@endforelse @endsection