<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>资料管理后台 | JSONSchem测试页面</title> @include('schema.css') @if ($referer === 1) <style type="text/css"> #page-wrapper {margin-left: 0px;} </style> @endif </head> <body class=""> <div id="wrapper"> <!-- layouts.navigation --> @if ($referer === 0) @include('layouts.navigation') @endif <!-- table.content --> @include('schema.content') </div> @include('schema.js') </body>