@extends('layouts.app') @section('template_title') Update Detalle Ingresos Tecnico @endsection @section('content')
@includeif('partials.errors')
Update Detalle Ingresos Tecnico
{{ method_field('PATCH') }} @csrf @include('detalle-ingresos-tecnico.form')
@endsection