@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Picture in Picture

@foreach($pipVideos as $video) @endforeach
Title Video Type Is Active Actions
{{ $video->title }} {{ $video->video_url ? 'URL' : 'File' }} {{ $video->is_active ? 'Yes' : 'No' }}
@endsection