@if (count($errors) > 0)
@foreach ($errors->all() as $error) - {{ $error }}
@endforeach
@endif @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif {!! Form::open(array('url' => array('admin/hotels/addnewvenueimage'),'class'=>'addvenue form-horizontal padding-15','name'=>'category_form','id'=>'category_form','role'=>'form','enctype' => 'multipart/form-data')) !!}
@if (!isset($venue_gallery_obj->id))
@endif
{!! Form::close() !!}