@extends('layouts.app') @section('template_title') Update Pago @endsection @section('content')
@includeif('partials.errors')
Update Pago
{{ method_field('PATCH') }} @csrf @include('pago.form')
@endsection