@section('page_name') Edit product @stop @section('scripts') @stop @section('content')
{{ Form::text('name') }} | |
{{ Form::textarea('description', null, array('rows' => '3')) }} | |
{{ Form::checkbox('isWork') }} | |
{{ Form::text('purchasePrice', null, array('class' => 'euro', 'style' => 'width: 100px;')) }} | |
{{ Form::text('salesPrice', null, array('class' => 'euro', 'style' => 'width: 100px;')) }} | |
{{ Form::hidden('discontinued', 0) }} {{ Form::checkbox('discontinued', 1) }} | |
{{ Form::submit('Save product', array('class' => 'btn btn-green fr')) }} |