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