@extends('admin.app') @section('content')
| # | Preview | Category | Title | Type | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} |
@if($img->youtube_url)
@php
preg_match('/(?:v=|\/)([0-9A-Za-z_-]{11}).*/', $img->youtube_url, $matches);
$videoId = $matches[1] ?? null;
@endphp
@else
|
{{ $img->category->name ?? '-' }} | {{ $img->title }} | @if($img->youtube_url) Video @else Image @endif | Edit |
| No Gallery Items Found | |||||