@extends('front.layout.app') @section('content') Your Videos Purchase Gallery Purchase Bundles Your Videos @if($videos) @foreach($videos as $video) . . . Report Report Video @csrf Copyright Violation Unauthorized Recording Personal Information Exposure Abusive Language Hate Speech Violence Harassment Scams Misinformation Provide additional details or comments about the issue. Close Submit Report @endforeach {{ $videos->links() }} @endif Your Photos @if($photos) @foreach($photos as $photo) @endforeach {{ $photos->links() }} @endif Your Bundles @if($bundles) @foreach($bundles as $bundle) @endforeach {{ $bundles->links() }} @endif @endsection