@extends('layouts.app') @section("title", "SaveSpace - Files") @section('head') @endsection @section('content')
Image | Name | Created at | Updated at | Folder name | Folder archive ID | Directory | Actions | |||
---|---|---|---|---|---|---|---|---|---|---|
@if(in_array(explode('.', $file->name)[1], $excelExt))
|
{{ $file->name }} | {{ date('d.m.Y - H:i', strtotime($file->created_at)) }} | @if($file->updated_at==NULL)/ | @else{{ date('d.m.Y - H:i', strtotime($file->updated_at)) }} | @endif{{ \App\Models\Folder::find($file->folder_id)->name }} | {{ \App\Models\Folder::find($file->folder_id)->arch_id }} | @if(auth()->user()->hasPermission('manage_all_files')) | $file->id]) }}" class="text-danger ml-2"title="Download"> | @else@endif |