@extends('layout.default') @if($mode == 'edit') @section('title', $__t('Edit product')) @else @section('title', $__t('Create product')) @endif @section('viewJsName', 'productform') @section('grocyConfigProps') EditMode: '{{ $mode }}', @if($mode == 'edit') EditObjectId: {{ $product->id }}, @if(!empty($product->picture_file_name)) ProductPictureFileName: '{{ $product->picture_file_name }}', @endif @endif @endsection @section('content')
{{ $__t('The current picture will be deleted on save') }}
@else{{ $__t('No picture available') }}
@endif