@extends('layouts.kaiadmin.master') @section('template_title') Ingreso Lecturas @endsection @section('content')
@includeif('partials.errors')
Ingreso de Lecturas
@csrf @include('usr-cargo-historico.form')
@endsection