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

Videos del candidato {{ $candidate->name }}

@foreach($videos as $video) @endforeach
# ID URL Fecha de publicación Acciones
{{ $loop->index + 1 }} {{ $video['pre_candidate_id'] }} {{ $video['video_url'] }} {{ $video['posted_at'] }}
@csrf
@endsection