@extends('layouts.app') @section('title') 用户资料 - Kiri Blade @endsection @section('header') 用户资料页面 @endsection @section('content')
姓名:{{ $name }}
@else姓名未设置
@endif @if(isset($email))邮箱:{{ $email }}
@endif @if(isset($age))年龄:{{ $age }} 岁
@endif暂无技能
@endif{{ $post['content'] ?? '无内容' }}
发布时间:{{ $post['date'] ?? '未知' }}暂无文章
@endif @endsection