@extends('layouts.app2') @section('template_title') Create Descuentos Kwh @endsection @section('content')
@includeif('partials.errors')
Crear Descuentos Kwh
@csrf @include('descuentos-kwh.form')
@endsection