Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ChadTaljaardt/e7b102135fb5cf6529d1ac80ad882eaa to your computer and use it in GitHub Desktop.
Save ChadTaljaardt/e7b102135fb5cf6529d1ac80ad882eaa to your computer and use it in GitHub Desktop.
@extends('frontend.index')
@section('content')
<!-- Content Block
============================================ -->
<section class="content-block default-bg">
<!-- Container -->
<div class="container cont-main no-pad-t">
<!-- Row -->
<div class="row">
<!-- Main Col -->
<div class="main-col col-sm-9 col-md-9">
<!-- Products Filter -->
<div class="products-filter clearfix">
<div class="display">
<span class="show-list" onclick="changeView('list')"><span class="text hidden-xs">List</span><i class="icon fa fa-th-list"></i></span>
<span class="show-grid" onclick="changeView('grid')"><span class="text hidden-xs">Grid</span><i class="icon fa fa-th"></i></span>
</div>
</div>
<!-- /Products Filter -->
</div>
<!-- /Main Col -->
</div>
<!-- /Row -->
</div>
<!-- /Container -->
</section>
<!-- /Content Block
============================================-->
@stop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment