@extends('user.layout') @section('content')

Files

@for ($i = 1; $i <= 8; $i++)
📄
{{-- You can use 📄, 🖼️, 🎞️ etc based on file type --}}
File_{{ $i }}.mp3
@endfor
@endsection