@extends('voyager::master') @section('page_title', 'Stock') @section('page_header')

Editar stock {{ $product->articulo }}

@stop @section('content')

Editar Stock del Producto

@if ($errors->any())
@endif
@csrf
@if (session('success'))
{{ session('success') }}
@endif
@endsection