@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
增值包有效期与您的套餐到期时间一致,购买后请尽快使用。当前套餐到期时间:@if(!$mysetmeal->endtime) 无期限 @else {{ date('Y-m-d',strtotime($mysetmeal->endtime)) }} @endif
选择简历增值包
@foreach($cat_arr as $key => $vo)
{{ $vo->name }},{{ $vo->service_price }}元(VIP价:{{ $vo->vip_price}}元)
@endforeach
订单金额
@if(config('aix.mobile.mobile_set.mobile_set.mobile_setmeal_increment_discount_value') > 0) 触屏版专享优惠价 @endif{{ $cat_arr[0]->service_price }}
支付方式
积分支付
线上支付
所需积分
{{ $cat_arr[0]->service_points }}
积分抵扣
应付金额
{{ $cat_arr[0]->service_price }}
提交订单
@endsection @section('script') @endsection