service_left.blade.php 1.3 KB

123456789
  1. <div class="left_jobs">
  2. <div class="li link_gray6 J_hoverbut t11 @if(stripos(Route::currentRouteName(), 'setmeal') !== false) select @endif" onclick="window.location='{{ route('jkq.service.setmeal') }}'"><a href="{{ route('jkq.service.setmeal') }}">我的套餐</a></div>
  3. <div class="li link_gray6 J_hoverbut t12 @if(stripos(Route::currentRouteName(), 'points') !== false) select @endif" onclick="window.location='{{ route('jkq.service.points') }}'"><a href="{{ route('jkq.service.points') }}">我的积分</a></div>
  4. <div class="li link_gray6 J_hoverbut t13 @if(stripos(Route::currentRouteName(), 'increment') !== false) select @endif" onclick="window.location='{{ route('jkq.service.increment.index') }}'"><a href="{{ route('jkq.service.increment.index') }}">增值服务</a></div>
  5. <div class="li link_gray6 J_hoverbut t14 @if(stripos(Route::currentRouteName(), 'order') !== false) select @endif" onclick="window.location='{{ route('jkq.service.order.index') }}'"><a href="{{ route('jkq.service.order.index') }}">我的订单</a></div>
  6. @if($template)
  7. <div class="li link_gray6 J_hoverbut t15 @if(stripos(Route::currentRouteName(), 'template') !== false) select @endif" onclick="window.location='{{ route('jkq.service.template.index') }}'"><a href="{{ route('jkq.service.template.index') }}">模板切换</a></div>
  8. @endif
  9. </div>