@extends('layouts.app') @section('template_title') Update Con Categoria Servicio @endsection @section('content')
@includeif('partials.errors')
Update Con Categoria Servicio
{{ method_field('PATCH') }} @csrf @include('con-categoria-servicio.form')
@endsection