@extends('frontend.dashboard.dashboard-app') @section('dashboard_contents')
| Product Name | {{ $product->name }} |
| Store Name | {{ $product->store->name }} |
| Filename | Extension | Size | Action |
|---|---|---|---|
| {{ $file->filename }} | {{ $file->extension }} | {{ calculateFileSize($file->size) }} | Download |