@extends('layouts.app') @section('title', 'Instagram Reel Downloader') @section('meta_description', 'Paste an Instagram reel link to preview the video and download it.') @section('meta_keywords', 'instagram reel downloader, reel preview, reel download') @section('content')

Instagram Tool

Preview and download Instagram reels

Paste a public Instagram reel link, check the preview, then download the video with one click.

@if ($error)

{{ $error }}

@endif
@if ($preview)
@if (!empty($preview['video_url'])) @elseif (!empty($preview['thumbnail'])) {{ $preview['title'] ?? 'Instagram reel' }} @endif

Preview ready

{{ $preview['title'] ?? 'Instagram Reel' }}

Shortcode: {{ $preview['shortcode'] ?? '-' }}

Source
Instagram
Duration
{{ !empty($preview['duration']) ? gmdate('i:s', (int) $preview['duration']) : 'Unknown' }}
Download Reel

Only use public content you have permission to download.

@endif
@endsection