njum fix
This commit is contained in:
6
resources/views/layout1/index.blade.php
Executable file → Normal file
6
resources/views/layout1/index.blade.php
Executable file → Normal 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
|
||||
|
Reference in New Issue
Block a user