@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content') {{--
--}} {{--
近期招聘会
--}} {{--
定展记录
--}} {{--
--}} {{--
--}}
近期招聘会
招聘会职位
发布职位
定展记录
@if($jobfairList->total()) @foreach($jobfairList as $key=> $val)
{{ $val->title }}
{{ date('Y.m.d H:i', $val->holddate_start) }} - {{ date('Y.m.d H:i', $val->holddate_end) }}
{{ $val->address }}
@if($val->predetermined_ok == 0 )
@endif
@endforeach @endif @endsection @section('script') @endsection