@extends('adminlte::page') @section('title_postfix', ' - Proizvodi') @section('content_header') @if($formModel->id == null)

Novi proizvod

@else

Uredi proizvod

@endif @stop @section('page_class', 'ecommerce_form') @section('content')
{!! BootForm::horizontal([ 'model' => $formModel, 'store' => 'ecommerce.item.store', 'update' => 'ecommerce.item.update', 'left_column_class' => 'col-md-2', 'right_column_class' => 'col-md-10', 'id' => 'main_form' ]) !!}