@extends('admin.layout') @php $editing = isset($term) && $term; @endphp @section('title', $editing ? '编辑术语' : '新建术语') @section('page-title', $editing ? '编辑术语' : '新建术语') @section('content')