@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" => "Exames", "urlForm" => "lab_exam/form", "urlDataTable" => "lab/datatable", "urlDelete" => "lab_exam/delete", "input_id_bond" => "lab_exam__lab_id", "callbackSubmit" => "exam_init", "callback" => "LabExamInit", "textAdd" => "Adicionar Exame", "idTable" => "table_exam", "columns" => [ [ "text" => "ID", "width" => "5%", "data" => "id" ], [ "text" => "Nome", "width" => "40%", "data" => "exam" ], [ "text" => "Preço", "width" => "15%", "data" => "price" ], [ "text" => "Custo", "width" => "15%", "data" => "cost_value" ] ] ]) @endcomponent
@endisset @endsection