@if ($banners->count())
@section('scripts') @parent @if ($banners->count()>1) $(function() { $('.banners').unslider({ speed: 1250, delay: 5000, keys: false, dots: true, fluid: false }); }); @endif @stop @endif