@extends('layout.home') @section('csrf-token') @endsection @section('title', '用户组合') @section('content') @if(Session::get('msg'))
{{ Session::get('msg') }}
@endif @if(Session::get('dmsg'))
{{ Session::get('dmsg') }}
@endif
@endsection