@extends('frontend::layouts.master') @section('content')
@includeIf('frontend::sections.buying', ['recycle' => $recycle, 'recycle_content' => $recycle_content, 'banner' => $banner]) @includeIf('frontend::sections.banner', ['banner' => $banner])
@includeIf('frontend::sections.intro', ['intro' => $intro]) @includeIf('frontend::sections.products', ['product' => $product, 'product_category' => $product_category]) @includeIf('frontend::sections.blog', ['news' => $news, 'news_content' => $news_content]) @endsection