{!! Form::open(array('url' => '/accounts/product-photo-upload', 'id'=>'add_product_photo_form', 'method'=>'post', 'files'=> true, 'enctype'=>'multipart/form-data'))!!}
@foreach($product_photo_upload_form_field as $form_field)
@if($form_field->field_type == "Custom")
@if($form_field->field_name == 'group_photo')
@endif
@endif
@if($form_field->field_type == "Button")
@endif
@endforeach