@extends('module.layouts.company') @push('meta') @endpush @push('css') @endpush @section('content')
@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 '' }}
立即购买
@endforeach @endif
@endsection @section('script') @endsection