@extends('layouts.user') @section('title', 'Reels - StarHela') @section('page-title', 'Reels') @section('breadcrumb-current', 'Reels') @section('content')
Reels
@if(session('success'))
{{ session('success') }}
@endif

Reels content will be displayed here.

@endsection