This commit is contained in:
2021-06-25 08:25:11 +00:00
parent 8877c0bad0
commit 37d34c2bab
739 changed files with 613 additions and 1120 deletions

6
resources/views/layout1/index.blade.php Executable file → Normal file
View File

@@ -7,9 +7,6 @@
{!! Form::text('q', isset($q) ? $q : null, ['class' => 'suchleiste', 'placeholder' => 'Search w0bm.com']) !!}
</form>
</div>
<div class="page" style="position:relative;bottom:5px;">
{!! $videos->render() !!}
</div>
<table class="table table-hover table-condensed">
<thead>
<tr>
@@ -74,4 +71,7 @@
@endforeach
</tbody>
</table>
<div class="page" style="position:relative;bottom:5px;">
{!! $videos->render() !!}
</div>
@endsection