@extends('layout.app') @section('content')

Galery Video


@foreach ($posts as $post)
@if (isset($post->image)) @else @endif

{{ $post->title }}

Keterangan Video

@endforeach
@foreach ($posts as $post) @endforeach


{{ $posts->links() }}
@endsection