w0bm.com v1.5z FULL.RETARD.BUILD.BUT.STILL.WORKS
This commit is contained in:
21
resources/views/layout2/main.blade.php
Normal file
21
resources/views/layout2/main.blade.php
Normal file
@@ -0,0 +1,21 @@
|
||||
@extends('profilelayout')
|
||||
@section('novidcontent')
|
||||
<div class="pagination">
|
||||
{!! $videos->render() !!}
|
||||
</div>
|
||||
<div class="gallery">
|
||||
|
||||
@foreach($videos as $video)
|
||||
<?php
|
||||
$thumb = str_replace(".webm","",$video->file);
|
||||
?>
|
||||
|
||||
<div class="gallery_item"">
|
||||
|
||||
|
||||
<a href="/{{$video->id}}"><img src="/thumbs/beta/{{$thumb}}.png" class="gallery__img" alt="Image 1"></a>
|
||||
</div>
|
||||
@endforeach
|
||||
</div>
|
||||
|
||||
@endsection
|
Reference in New Issue
Block a user