{{ $item->description }}
@endif@extends('layouts.app') @section('title', 'Videos') @section('page-title', 'Videos') @section('breadcrumb', 'Website / Videos') @push('styles') @endpush @section('content') @php $editItems = $items->getCollection()->map(fn ($item) => [ 'id' => $item->id, 'title' => $item->title, 'description' => $item->description, 'video_url' => $item->video_url, 'is_published' => (bool) $item->is_published, 'thumbnail_url' => $item->thumbnail ? $item->thumbnailUrl() : null, 'update_url' => route('admin.company-page.videos.update', $item), ])->values(); @endphp
YouTube/Vimeo links for your institute profile ({{ $company->name }}).
{{ $item->description }}
@endifNo videos yet
Add YouTube or Vimeo links for your public institute page.