Файловый менеджер - Редактировать - /home/clickysoft/public_html/travel-guru.clickysoft.net/resources/views/admin/destinations/slider_list.blade.php
Назад
<table class="table" id="slider-list" class="table table-bordered table-striped table-responsive"> <thead> <tr> <th class="fs-6 text-center">File</th> <th class="fs-6 text-center">Action</th> </tr> </thead> <tbody class="centered-table"> @foreach ($destination->getMedia('sliders')->sortByDesc('created_at') as $mediaItem) <tr data-media-id="{{ $mediaItem->id }}" class="text-center"> <td> <div class="file-td-flex"> @if (str_starts_with($mediaItem->mime_type, 'image')) <img src="{{ $mediaItem->getUrl() }}" alt="{{ $mediaItem->file_name }}" width="150" height="150"> @elseif (str_starts_with($mediaItem->mime_type, 'video')) <video width="150" height="100" controls> <source src="{{ $mediaItem->getUrl() }}" type="{{ $mediaItem->mime_type }}"> Your browser does not support the video tag. </video> @else <i class="fas fa-file"></i> @endif <a href="{{ $mediaItem->getUrl() }}" target="_blank"> @if (str_starts_with($mediaItem->mime_type, 'image')) View Image @elseif (str_starts_with($mediaItem->mime_type, 'video')) Watch Video @else {{ $mediaItem->file_name }} @endif </a> </div> </td> <td> <button class="btn btn-danger slider-delete-media-item">Delete</button> </td> </tr> @endforeach </tbody> </table>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка