@extends('layouts.default') @section('styles') @stop @section('scripts') @stop @section('panel-heading') Plant Type Maintenance @stop @section('panel-presentation') @stop @section('content')
{{ $data->entity }} {{ __('Type Maintenance') }}
{{ $data->entity }} {{ __('Types') }}
@include("Config.Type.Components.type-card-root", ['typeTree' => $typeTree])
@include("Config.Type.Components.type-attribute-list", ['type' => null])
@include("Config.Type.Components.type-modal-form") @stop