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