@csrf
@isset($livestreams)
@foreach ($livestreams as $key => $live) @endforeach
# Link Source Status Action
{{ $key + 1 }} {{ $live->stream_link }} {{ $live->stream_source }} {{ $live->stream_status }}
@endisset