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