@extends('backend.layouts.app') @section('content')

Edit Video

@csrf
Flag
Flag
@php $existingUrls = old('streaming_urls', $match->streamingUrls->pluck('url')->toArray()); @endphp @if ($existingUrls) @foreach ($existingUrls as $index => $url)
@endforeach @else
@endif
@endsection