server ver

This commit is contained in:
2021-06-20 13:49:07 +00:00
parent 36a8c92dec
commit 8877c0bad0
975 changed files with 555 additions and 6596 deletions

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

@@ -1,12 +1,15 @@
@extends('profilelayout')
@section('content')
<div class="page-header">
<h3 id="index">Index <small>{{ $number_of_results }} results</small></h3>
<h3 id="index">Index <small>{{ $number_of_results }} results</small></h3>
<form method="get">
<button type="submit" class="suchbutton"><i style="color:white;" class="fa fa-search"></i></button>
{!! 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>
@@ -71,8 +74,4 @@
@endforeach
</tbody>
</table>
<div class="">
{!! $videos->render() !!}
</div>
@endsection