@extends('layouts.app') @section('page-title')

{{ __($pageTitle) }}

@endsection @push('head-script') @endpush @section('content')
Actualizar Producto
{!! Form::open(['id'=>'updateProduct','class'=>'ajax-form']) !!}

Detalles de Producto


Ingrese el precio sin algun simbolo.

Identificadores


@if($invoiceSetting->hsn_sac_code_show)
@endif

Proveedor



Catalogo



in_catalogue) checked @endif value="true" type="checkbox">

allow_purchase == 1) checked @endif>
{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush