@extends('jkq.module.layouts.main_index') @push('meta') @endpush @push('css') @endpush @section('content')
@include('jkq.module.section.person_left')
服务名称:
简历置顶
选择简历:
选择简历
选择时长:
@if(!$info->isEmpty()) @foreach($info as $key => $val)
{{ $val->days }} 天
{{ $val->points }}积分
@endforeach @endif
支付方式:
积分兑换
@if(config('aix.system.pay.alipay.is_on') || config('aix.system.pay.wechat.is_on'))
在线支付
@endif
所需积分:
 
@endsection @section('script') @endsection