@extends ('layouts.app') @section ('content')
@include('partials.messages')
{!! Form::model($product, array('route' => ['product.update', $product->id], 'method' => 'PUT', 'files' => true ) ) !!} {!! csrf_field() !!} @include('products.partials.new_form_fields') @if(empty($rotate)) @else @endif image_url) }}"/> {!! Form::close() !!} + Add New Stock Item
@if($prev) Previous Item @endif
@if($next) Next Item @endif
Rotate


@if(empty($rotate)) From Top: {{ !empty($product->top) ? $product->top.'px' : ''}}
From Bottom: {{ !empty($product->bottom) ? $product->bottom.'px' : ''}} @else From Top: {{ !empty($product->top_flipped) ? $product->top_flipped.'px' : ''}}
From Bottom: {{ !empty($product->bottom_flipped) ? $product->bottom_flipped.'px' : ''}} @endif
@if($product->unit_type_id != 3) @if(empty($rotate)) @if(!empty($product->top)) @endif @if(!empty($product->bottom)) @endif @else @if(!empty($product->top_flipped)) @endif @if(!empty($product->bottom_flipped)) @endif @endif @endif
@stop