@extends('adminlte::page') @section('css') @stop @section('content_header')
| ID | ID WP | Nombre | Tipo de Recurso | Padre (ID) | Activo | Sincronizado |
|---|---|---|---|---|---|---|
| {{ $tax->id }} | {{ $tax->wp_id }} | {{ $tax->name }} | {{ $tax->resource_type }} | {{ $tax->parentTaxonomy->name ?? '---' }} |
active ? 'checked' : '' }}>
|
{{ $tax->updated_at->format('d/m/Y H:i') }} |