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