@if($gallery->count()>0)
@foreach($gallery as $gal)
@if($gal->image_type=='benefit')
{!! $gal->description !!}
@endif
@endforeach
@endif