@extends('layouts.dashboard') @section('content')
Tipo de Interações cadastradas
# | Visível | Nome | Ações | @foreach ($interactionTypes as $oneType)
---|---|---|---|
#{{ $oneType->id }} | @if (!$oneType->ativo) inativo @else ativo @endif | {!! empty($oneType->father()->first()) ? "" : ($oneType->nomePai() . "/") !!} {{ $oneType->nome }} | Editar Interação |