@extends('layouts.app') @section('content')
{!! str_repeat('',$lists->count()) !!} @if($lists->count() < Params::get('lesson_num')) {!! str_repeat('',Params::get('lesson_num')-Auth::user()->cart_num) !!} @endif
总价:¥@if(Auth::user()->identity->identity_id==1){{ $apply_lesson_price-100 }} @else {{ $apply_lesson_price }} @endif¥{{ $total }}
选择礼品
 报课说明:
  • 报课后请详看机构课程有效期,过期视为自动放弃。
  • 请提前3天预约课程,报课后费用不予退还。
  • 为保证教学质量和效果,若学员未按照学校排课到勤,后期是否补课,请与机构自行协商。
  • 报课科目只以“宝宝课”成功支付为有效,其他不予承认。
  • 归法律允许范围内,本活动最终解释权归“宝宝课”所有。
@if(!$gifts->isEmpty()) @endif @csrf
@endsection @section('js') @endsection @section('script') @endsection