@extends('home.frame') @section('title', $menu->name) @section('keywords', $menu->keywords) @section('description', $menu->description) @section('img', $menu_up->img) @section('curr_title', $menu_up->name) @section('curr_ename', $menu_up->ename2) @section('menu', $menu_up->name) @section('menu_href', $menu_up->href) @section('menu_up', '首页') @section('menu_up_href', '/index') @section('content')
{{ $article->txt }}