@extends('templates.master') @section('css-view') @endsection @section('js-view') @endsection @section('conteudo-view')
| Vencimento | @include('templates.form.input', ['label' => '', 'input' => 'vencimento', 'attributes' => ['class' => 'forminput', 'placeholder' => '', 'onkeydown' => "javascript:doMask(this, 'date', event);"]]) |
| Valor | @include('templates.form.input', ['label' => '', 'input' => 'valor', 'attributes' => ['class' => 'forminput', 'id' => 'valor', 'onkeydown' => "javascript:doMask(this, 'number', event);"]]) |