{{--@include('products.register')--}}
@include('purchases.new')
@include('products.edit')
@include('products.stocks-list')
@include('common.delete-confirm', ['subject' => 'Product', 'route' => route('products-delete'), 'message' => 'All stocks and transactions related to this product will be deleted as well.'])
@endsection
@section('extraJS')
@endsection