建立了app.blade.php
在里面写好了html代码:
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Laravist.com</title>
<link href="//cdn.bootcss.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
@yield('content')
@section('footer')
</body>
</html>
后面调用还是显示乱码。。怎么解决