@extends('admin.layouts.app') @section('title', 'View Series | Shortties') @section('main')

Series Details

{{ $series->title }}
@csrf
@php $i=0; @endphp @foreach ($series->reels as $reel) @endforeach
# Caption Hashtag Short Privacy Actions
{{ $i++ }} {{ $reel->caption }} {{ $reel->hashtag }} {{ $reel->privacy }}
@endsection