@extends('layouts.user.app') @section('title', 'Cadastrar medidor') @section('head') @endsection @section('content')
@include('errors.lista')
{{ csrf_field() }}

Cadastrar medidor

{{-- NOME --}} {{-- CPF --}} {{-- TELEFONE --}} {{-- ENDEREÇO --}} {{-- CONCESSIONÁRIA --}}

Possui produção fotovoltaica(Energia solar)?

@endsection @section('scripts') @endsection