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

@yield('title')

@if($mode == 'edit') @endif
{{ $L('A name is required') }}
{{ $L('A location is required') }}
{{ $L('The amount cannot be lower than #1', '0') }}
{{ $L('This cannot be negative') }}
{{ $L('A quantity unit is required') }}
{{ $L('A quantity unit is required') }}
{{ $L('The amount cannot be lower than #1', '1') }}

@stop