{{ __('Manage Product') }}: {{ $product->name }} @if ($errors->any()) {{ __('Please resolve the highlighted validation errors and try again.') }} @endif
{{ __('Edit Details') }}
@csrf @method('PUT')
{{ __('Update Product') }}
{{ __('Adjust Stock') }} {{ __('Current Stock') }}: {{ $product->stock_quantity }}
@csrf
{{ __('Apply Adjustment') }}
{{ __('Delete Product') }} {{ __('This action is blocked if the product is used in sales or purchases.') }}
@csrf @method('DELETE') {{ __('Delete Product') }}
{{ __('Back to Products') }}