@extends('home.frame') @section('title', '会员中心') @section('style') @stop @section('banner') @stop @section('content')
@yield('main','主体内容')
@stop