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

Editar Producto {{$company_product->name}}

Editar producto

@csrf
@if($company_product->product_id!=NULL)
Precio
Margen de utilidad %
Precio final
@endif @if($company_product->product_id==NULL)
Precio
Margen de utilidad %
Precio final
Desde
Hasta
Precio
Utilidad %
Precio final
@endif
@endsection @section('js') @endsection