@extends('layouts.admin') @section('title', 'مدیریت ' . ($section == 'academy' ? 'آکادمی' : 'آرشیو')) @section('content')
| نوع | نام فایل / کپشن | قیمت | عملیات |
|---|---|---|---|
| @if($file->type == 'photo') 🖼️ @elseif($file->type == 'video') 🎥 @else 📄 @endif |
{{ $file->file_name }}
{{ Str::limit($file->caption, 50) }}
@if($file->is_premium)
💎 Premium
@endif
|
@if($file->price > 0 || $file->stars > 0)
@if($file->price > 0)
@else
رایگان
@endif
💰 {{ number_format($file->price) }} تومان @endif
@if($file->stars > 0) ⭐ {{ $file->stars }} استار @endif
|