@extends('module.layouts.company') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content')
@include('module.section.service_left')
{{ $user->companyname }}
@if($user->audit == 1)
@endif @if($user->setmeal_id > 1)
@endif
职位数:{{ $mySetmeal->jobs_meanwhile }}
简历数:{{ $mySetmeal->download_resume }}
短信数:{{ $user->sms_num }}
招聘会场次:{{ $mySetmeal->jobfair_num }}
剩余天数:{{ $mySetmeal->leave_days }}
@forelse($setmeal as $key => $vo)
{{ $vo->setmeal_name }}
{{ $vo->expense }}
{{ $vo->long }}
发布职位数
{{ $vo->jobs_meanwhile }}
下载简历数
{{ $vo->download_resume }}
招聘会场次
{{ $vo->jobfair_num }}
赠送积分
{{ $vo->set_points }}
增值服务专享折扣
{{--
{{ $vo->discount }} 折
--}}
下载简历
@if($vo->discount_download_resume > 0) {{ $vo->discount_download_resume }} @else 无 @endif
短信增值包
@if($vo->discount_sms > 0) {{ $vo->discount_sms }} @else 无 @endif
职位置顶
@if($vo->discount_stick > 0) {{ $vo->discount_stick }} @else 无 @endif
职位紧急
@if($vo->discount_emergency > 0) {{ $vo->discount_emergency }} @else 无 @endif
企业模板
@if($vo->discount_tpl > 0) {{ $vo->discount_tpl }} @else 无 @endif
职位预约刷新
@if($vo->discount_auto_refresh_jobs > 0) {{ $vo->discount_auto_refresh_jobs }} @else 无 @endif
短信条数
{{ $vo->set_sms }}
id != 1) @if($vo->apply == 1)onclick="javascript:location.href='{{route('service.setmeal.add',['id'=>$vo->id])}}'" @else style="background-color: #EBEBEB;cursor: default;" @endif @else style="background-color: #EBEBEB;cursor: default;"@endif>立即购买
@empty @endforelse
@endsection @section('script') @endsection