@extends('theme.master') @section('title', '我的追蹤') @section('content') @include('admin.message')

{{ __('frontstaticword.MyCollect') }}

{{ __('frontstaticword.SubCotegory') }}
    @foreach( $all_categories as $category )
  • {{--

    {{ $category->title }}

    --}}
  • @endforeach
@isset($all_categories[5])
@endisset
訓練計畫分類
    @foreach( $all_bundleCategory as $category )
  • {{--

    {{ $category->title }}

    --}}
  • @endforeach
@isset($all_bundleCategory[5])
@endisset
{{ __('frontstaticword.Instructor') }}
@isset($all_instructors[3])
@endisset
@if($plusStatus)
{{ __('frontstaticword.Plus') }}
    @if( $my_pluschannels )
      @foreach( $my_pluschannels as $order ) @php if( ! isset( $order->plus_channel ) ){ continue; //GC_minos:如果頻道不存在的話跳過 } @endphp @foreach( $order->plus_channel->get_child() as $plus_channel )
    • {{ $plus_channel->name }}

    • @endforeach @endforeach
    @endif
@isset($my_pluschannels[5])
@endisset
@endif {{--
    @foreach( $all_categories as $category )
  • {{ $category->title }}

  • @endforeach
    @foreach( $all_instructors as $instructor )
  • {{ $instructor->fname }}

  • @endforeach
@if( $my_pluschannels )
    @foreach( $my_pluschannels as $order ) @php if( ! isset( $order->plus_channel ) ){ continue; //GC_minos:如果頻道不存在的話跳過 } @endphp @foreach( $order->plus_channel->get_child() as $plus_channel )
  • {{ $plus_channel->name }}

  • @endforeach @endforeach
@endif
--}}
@php $item = App\Wishlist::where('user_id', Auth::User()->id)->get(); @endphp @endsection @section( 'custom-script' ) @endsection