@extends('admin.frame_form') @if (!isset($user)) @section('action', '添加') @else @section('action', '编辑') @endif @section('who', '会员') @section('form_content') *会员账号: @if (!isset($user))     {{ $errors->first('name') }} @else @endif *手机号码:     {{ $errors->first('mobile') }} 电子邮箱:     {{ $errors->first('email') }} 备注:     {{ $errors->first('remark') }} @stop