@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @section('content')
我的应招
更新信息
基本资料(必填)
修改
@if($info['avatar']) @else @if($info['sex']==1) @else @endif @endif
{{ $info['realname'] or '' }}
{{ $info['sex']==1 ? '男' : '女' }} | {{ $info['birthday'] }}
最高学历
{{ $info['education'] or '' }}
专业
{{ $info['pro'] or '' }}
现居住地
{{ $info['address'] or '' }}
籍贯
{{ $info['native_place'] or '' }}
手机
{{ $info['mobile'] or '' }}
邮箱
{{ $info['email'] or '' }}
家庭成员
新增
@foreach($info['family'] as $key => $val)
{{ $val['relation'] }} {{$val['realname']}} {{$political_affiliation[$val['political_affiliation']]}}{{ $val['birthday'] }}
{{ $val['work'] }}
@endforeach
@if ($recruit_id)
填写完毕,继续报名
@endif @endsection @section('script') @endsection