@extends('layouts.admin') @section('title', __('Media Dashboard')) @section('content')
{{ __('Overview of your media files and statistics') }}
| {{ __('Preview') }} | {{ __('Name') }} | {{ __('Type') }} | {{ __('Language') }} | {{ __('Size') }} | {{ __('Uploaded') }} | {{ __('Actions') }} |
|---|---|---|---|---|---|---|
|
@if($file->is_image)
|
{{ $file->name }} @if($file->is_featured) ⭐ @endif | {{ ucfirst($file->type) }} | @if($file->language == 'both') 🌐 {{ __('Both') }} @elseif($file->language == 'ar') 🇸🇦 {{ __('Arabic') }} @else 🇺🇸 {{ __('English') }} @endif | {{ $file->formatted_size }} | {{ $file->created_at->diffForHumans() }} |
{{ __('No media files found. Upload your first file!') }}
{{ __('Upload Media') }}{{ __('No collections found. Create your first collection!') }}