@extends('layout.home') @section('csrf-token') @endsection @if($message['uid']) @section('title', '修改用户') @else @section('title', '添加用户') @endif @section('content') @if(Session::get('msg'))