@extends('layouts.user.app') @section('title', 'Cadastrar medição') @section('head') @endsection @section('content')
@include('errors.lista')
@csrf

Cadastrar medição

@if($medidor->producao_fv == 1) @endif
@endsection @section('scripts') @endsection