@extends('module.layouts.person') @push('meta') @endpush @push('css') @endpush @section('content')
@include('module.section.person_left')
小提示
选择简历:
@if(Request::input('resume_id')) @foreach($resume as $key=>$val) @if(Request::input('resume_id')==$val->id) {{ $val->title }} @endif @endforeach @else 全部简历 @endif
预约职位
公司名称
招聘会标题
招聘会举办时间
操作
@if($interview->total()) @foreach($interview as $key=>$val) @if($val->putJobs)
@if($val->putJobs->jobs) @else @endif
{{ date('Y-m-d H:i:s', $val->jobfairs->holddate_start) }}至{{ date('Y-m-d H:i:s', $val->jobfairs->holddate_end) }}
删除
@endif @endforeach
预约职位
{{ $interview->appends(Request::all())->links('module.widgets.pagination') }} @else @endif
@endsection @section('script') @endsection