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