@extends('module.layouts.person') @push('meta') @endpush @push('css') @endpush @section('content')
@include('module.section.person_left')
{{ csrf_field() }}
服务名称:
简历模板
选择模板:
@if(!$info->isEmpty()) @foreach($info as $key=>$val)
{{ $val->name or '' }}
@if($resume) @endif
{{ $val->price or 0 }} 积分
@endforeach @endif
支付方式:
积分兑换
@if(config('aix.system.pay.alipay.is_on') || config('aix.system.pay.wechat.is_on'))
在线支付
@endif
所需积分:
 
 
@if(!$payment->isEmpty()) @foreach($payment as $key => $val) @if($val->alias!='offline')
@endif @endforeach @endif
订单价格:
 
@endsection @section('script') @endsection