@extends('layout.default') @if($mode == 'edit') @section('title', $__t('Edit product')) @else @section('title', $__t('Create product')) @endif @section('viewJsName', 'productform') @push('pageScripts') @endpush @push('pageStyles') @endpush @section('content')
{{ $__t('The current picture will be deleted when you save the product') }}
@else{{ $__t('No picture available') }}
@endif