@@include('styles.html',{
"title" : "Blog List View || Quicky"
})
@@include('preloader.html')
@@include('header.html',{
"headerNo" : "two"
})
@@include('breadcrumb.html',{
"breadcrumbNo" : "one",
"activeHeading" : "Blog List View",
"active-page" : "List Left Sidebar"
})
@@include('blog-list_view.html',{
"listView" : "blogLeftsidebar"
})
@@include('brand.html',{
"brandNo" : "one",
"sectionSpaceTop" : "pb-95"
})
@@include('footer.html',{
"footerNo" : "two"
})
@@include('modal.html')
@@include('scroll-to_top.html')
@@include('scripts.html')