@extends('layout.home') @section('title', "首页") @section('content') @if(Session::get('msg'))
{{ Session::get('msg') }}
@endif @if(Session::get('dmsg'))
{{ Session::get('dmsg') }}
@endif @endsection