@extends('layouts.app') @section('template_title') Update Descuentos Kwh @endsection @section('content')
@includeif('partials.errors')
Update Descuentos Kwh
{{ method_field('PATCH') }} @csrf @include('descuentos-kwh.form')
@endsection