server ver
This commit is contained in:
7
resources/views/layout2/layout.blade.php
Normal file → Executable file
7
resources/views/layout2/layout.blade.php
Normal file → Executable file
@@ -15,15 +15,10 @@
|
||||
</head>
|
||||
<body>
|
||||
@if(auth()->check())
|
||||
@include('partials.frontendedit')
|
||||
@include('partials.report')
|
||||
@include('partials.filterselect')
|
||||
@endif
|
||||
|
||||
@if(auth()->check())
|
||||
@if(auth()->user()->can('delete_video'))
|
||||
@include('partials.frontendedit')
|
||||
@endif
|
||||
@endif
|
||||
<canvas id="bg" class="hidden-xs slideDownReturn"></canvas>
|
||||
<div class="container-fluid row p-0" id="wrapper">
|
||||
<div class="col-sm scrollable hidden-xs p-0"></div>
|
||||
|
Reference in New Issue
Block a user