@extends('mobile.module.layouts.ic') @push('meta') @endpush @push('css') @endpush @push('js') @endpush @section('content') {{-- 头部--}}
招聘会
{{$info->title}}
需{{$info->need_num}}人
{{$info->holddate_start}} 至 {{$info->holddate_end}}
联系方式
{{$info->phone}}
招聘会信息
{!! $info->jobfair_introduction !!}
参会企业({{count($info->companys_arr)}}家)
@foreach($info->companys_arr as $k => $v)

{{$k + 1}}.{{$v['name']}}

@endforeach
{{--页脚--}}
@endsection @section('script') @endsection