@extends('layouts.admin.theme') @section('title', env('APP_NAME') . ' :: Arquivos do ' . $parque->nome) @section('content') @include("errors.messageFlash")
| # | Tipo | Data | Pertence a | Nome | Status | Ações | |
|---|---|---|---|---|---|---|---|
| @php $extensoesImagem = ['jpg', 'jpeg', 'png', 'gif']; $extensao = pathinfo($arquivo->link, PATHINFO_EXTENSION); @endphp @if (in_array(strtolower($extensao), $extensoesImagem)) @else Arquivo não suportado @endif | {{ $arquivo->tipo }} | {{ date("d/m/Y", strtotime($arquivo->evento_at)) }} | id) }}" class="text-dark"> {{ $arquivo->parque->nome }} | {{ $arquivo->nome }} |
@if (in_array('DELETE', explode(',', auth()->user()->papers)))
@endif
|
||
| * Nenhum registro encontrado! | |||||||