@extends('layouts.app') @section('template_title') {{ __('Update') }} Proceso Captura @endsection @section('content')
@includeif('partials.errors')
{{ __('Update') }} Proceso Captura
{{ method_field('PATCH') }} @csrf @include('proceso-captura.form')
@endsection