@extends('layouts.crm') @section('title')基本信息@endsection @section('header') @endsection @section('navbread') {{-- */ $navbread = [ ['name' => '教职工信息', 'href' => ''], ['name' => '基本信息', 'href' => ''], ] /* --}} @endsection @section('body')

|基础信息

*
*
*

|职业详情

*

|家庭情况

{!! csrf_field() !!}
@if($uid == $user_id) @else @endif
@section('footer') @endsection @endsection