@include('module.section.service_left')
已购买模版
快速提升企业价值,增强留给求职者的第一印象!
@if(auth('web-company')->user()->tpl=='default')
使用中...
@else
立即使用
@endif
@if(!$tplTrue->isEmpty())
@foreach($tplTrue as $val)
{{ $val->tpls->name or '' }}
[预览]
@if($val->default_tpl)
使用中...
@else
立即使用
@endif
@endforeach
@endif
@if(!$tplFalse->isEmpty())
@foreach($tplFalse as $val)
{{ $val->name or '' }}
(@if($val->price==0) 免费)@else{{ $val->price }} 积分)@endif
[预览]
立即购买
@endforeach
@endif
@endsection
@section('script')
@endsection