@extends('layouts.app')
@section('title', '详情')
@section('content')
@include('category.left')

{{ $category->title }}
{{ $resume->name }}
@if($resume->getInformation('duty'))
-
职务:{{ $resume->getInformation('duty') }}
@endif
-
职称:{{ $resume->getInformation('rank') }}
-
学历:{{ $resume->getInformation('education') }}
-
电话:{{ $resume->getInformation('mobile') }}
-
电子邮件:{{ $resume->getInformation('email') }}
-
通讯地址:{{ $resume->getInformation('address') }}
简历
{!! $resume->content !!}
研究方向
{{ $resume->direction }}
代表成果
{!! $resume->outcome !!}
承担科研项目情况
{!! $resume->project !!}
@endsection