@extends('templates.master') @section('css-view') @endsection @section('js-view') @endsection @section('conteudo-view') @if(session('alert'))
| Nome | @include('templates.form.input', ['label' => '', 'input' => 'nome', 'attributes' => ['class' => 'forminput']]) | CPF | @include('templates.form.input', ['label' => '', 'input' => 'cpf', 'attributes' => ['class' => 'forminput', 'onkeydown' => "javascript:doMask(this, 'cpf', event);"]]) | |
| Data Nascimento | @include('templates.form.input', ['label' => '', 'input' => 'data_nascimento', 'attributes' => ['class' => 'forminput1', 'onkeydown' => "javascript:doMask(this, 'date', event);"]]) | @include('templates.form.input', ['label' => '', 'input' => 'email', 'attributes' => ['class' => 'forminput']]) | ||
| CEP | @include('templates.form.input', ['label' => '', 'input' => 'cep', 'attributes' => ['class' => 'forminput1', 'id' => 'cep', 'onkeydown' => "javascript:doMask(this, 'cep', event);"]]) | Endereço | @include('templates.form.input', ['label' => '', 'input' => 'endereco', 'attributes' => ['class' => 'forminput']]) | |
| Complemento | @include('templates.form.input', ['label' => '', 'input' => 'complemento', 'attributes' => ['class' => 'forminput']]) | Bairro | @include('templates.form.input', ['label' => '', 'input' => 'bairro', 'attributes' => ['class' => 'forminput']]) | |
| Cidade | @include('templates.form.input', ['label' => '', 'input' => 'cidade', 'attributes' => ['class' => 'forminput']]) | UF | @include('templates.form.input', ['label' => '', 'input' => 'uf', 'attributes' => ['class' => 'forminput2']]) | |
| Telefone | @include('templates.form.input', ['label' => '', 'input' => 'celular_1', 'attributes' => ['class' => 'forminput', 'onkeydown' => "javascript:doMask(this, 'telefone', event);"]]) | Celular | @include('templates.form.input', ['label' => '', 'input' => 'celular_2', 'attributes' => ['class' => 'forminput', 'onkeydown' => "javascript:doMask(this, 'celular', event);"]]) | |
| @include('templates.form.input', ['label' => '', 'input' => 'whatsapp', 'attributes' => ['class' => 'forminput', 'onkeydown' => "javascript:doMask(this, 'celular', event);"]]) | RG | @include('templates.form.input', ['label' => '', 'input' => 'rg', 'attributes' => ['class' => 'forminput', 'onkeydown' => "javascript:doMask(this, 'rg', event);"]]) |