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