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