@extends ('layouts.app') @section ('content')
@include('partials.messages')

Enter Details of Temporary Product

{!! Form::model($product, array('route' => ['tempproduct.update', $product->id], 'method' => 'PUT', 'files' => true ) ) !!} {!! csrf_field() !!} @include('tempproducts.partials.new_form_fields') picture) }}"/> {!! Form::close() !!}


You can change the image later.

@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