<footer id="footer-style-1">
    <div class="container">
        @foreach($footer->where('name_design', 'footer_row_1') as $footer1)
        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
            @if($footer1->title_show == 1)
            <center><div style="color: white; padding-bottom: 10px; font-size: 16px;">{!! stripslashes($footer1['title_design']) !!}</div></center>
            @endif
            {!! stripslashes($footer1['value_design']) !!}
        </div><!-- end columns -->
        @endforeach
        @foreach($footer->where('name_design', 'footer_row_2') as $footer2)
        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
            @if($footer2->title_show == 1)
            <center><div style="color: white; padding-bottom: 10px; font-size: 16px;">{!! stripslashes($footer2['title_design']) !!}</div></center>
            @endif
            {!! stripslashes($footer2['value_design']) !!}
        </div><!-- end columns -->
        @endforeach
        @foreach($footer->where('name_design', 'footer_row_3') as $footer3)
        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
            @if($footer3->title_show == 1)
            <center><div style="color: white; padding-bottom: 10px; font-size: 16px;">{!! stripslashes($footer3['title_design']) !!}</div></center>
            @endif
            {!! stripslashes($footer3['value_design']) !!}
        </div><!-- end columns -->
        @endforeach
        @foreach($footer->where('name_design', 'footer_row_4') as $footer4)
        <div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
            @if($footer4->title_show == 1)
            <center><div style="color: white; padding-bottom: 10px; font-size: 16px;">{!! stripslashes($footer4['title_design']) !!}</div></center>
            @endif
            {!! stripslashes($footer4['value_design']) !!}
        </div><!-- end columns -->
        @endforeach
    </div><!-- end container -->
</footer>