@extends('layouts.master_app') @section('title') Editar producto @endsection @section('css') @endsection @section('content')

Editar Producto {{$company_product->name}}

Editar producto

@csrf
Precio
Margen %
Precio final
@endsection @section('js') @endsection