@extends('contents.form-default') @include('plugins.tagsinput') @include('plugins.jquery-mask') @include('plugins.datatables.default') @section('inputs')
@component("contents.components.form-engine", [ 'data' => $dataForm ]) @endcomponent
@isset( $edit )
@component("contents.components.mto",[ "ID" => $edit, "title" => "Pets", "urlForm" => "account_pet/form", "urlDataTable" => "account_pet/datatable", "urlDelete" => "account_pet/delete", "input_id_bond" => "account_pet__account_id", "callbackSubmit" => "account_pet_init", "callback" => "AccountPet", "textAdd" => "Adicionar Pet", "idTable" => "table_account_pet", "columns" => [ [ "text" => "Nome", "width" => "20%", "data" => "name" ], [ "text" => "GĂȘnero", "width" => "20%", "data" => "gender" ], [ "text" => "Fertil", "width" => "20%", "data" => "fertile" ], [ "text" => "EspĂ©cie", "width" => "20%", "data" => "species" ] ] ]) @endcomponent
@endisset @endsection