@extends('layouts.master_app') @section('title') Editar precio de venta @endsection @section('css') @endsection @section('content')
Precios de venta
@include('partials.errors') @csrf @method('PATCH')
@endsection @section('js') @endsection