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

@yield('title')

@if($mode == 'edit') @endif

@stop