{{Form::file('service_image',array("class"=>"form-control"))}}
@if($service->service_image == '')
There is no image uploaded for this service
@else
{{HTML::image('images/'.$service->service_image,"",["class"=>"img-brand","style"=>"width:200px"])}}
@endif