@extends('layout.default') @if($mode == 'edit') @section('title', $L('Edit product')) @else @section('title', $L('Create product')) @endif @section('viewJsName', 'productform') @section('content')