@extends('frontend.layouts.contentLayoutMaster') {{-- title --}} @section('title', $match->activity->name) @section('vendor-styles') @endsection @section('page-styles') @endsection @section('content') 結團時間尚有 {{-- 一般商品 --}} @include('frontend.shopping.general_products') {{-- 加購商品 --}} @include('frontend.shopping.additional_products') {{-- 準備選購的商品(手機版使用) --}} @include('frontend.shopping.selected_product') {{-- 購物車 --}} @include('frontend.shopping.cart') {{-- 訂購人資訊 --}} @include('frontend.shopping.customer') @endsection @section('vendor-scripts') @endsection @section('page-scripts') @endsection