@php use App\Http\Controllers\Mod\ModFile; use App\Models\Profile; //ACCESS - Mod-ID: 69 | Mod: Meus Arquivos //Path: ger\conf\gerenciamento/meus arquivos | Descrição: ger\conf\relacionamentodearquivos Profile::permMod('69'); //use Carbon\Carbon; $amount= ModFile::formatBytes($record_amount->fileSize,'n'); $mega_amount=ModFile::convertMega($record_amount->fileSize,'n'); //condições da seleção das capadade que o usuario recebe //caso o usuario não tem registro no tabela "mod_file_capacity" if(empty($record_capacity_user)){ $capacity_default=$record_capacity->capacityDefault;//MegasBytes //O usuario tem registro na tabela "mod_file_capacity" }else{ $capacity_default= $record_capacity_user->capacity; } $capacity_send=$record_capacity->capacitySend;//MegasBytes @endphp @include('system-layouts.layout-head') @include('mod-file.style') @include('mod-file.title')

Lista Arquivos

Lista todos os registro

Warning: Undefined variable $mega_amount in /home/admgocrm/public_html/crm/dev/crmviews/mod-file/index.blade.php on line 43

Warning: Undefined variable $capacity_default in /home/admgocrm/public_html/crm/dev/crmviews/mod-file/index.blade.php on line 43

Warning: Undefined variable $mega_amount in /home/admgocrm/public_html/crm/dev/crmviews/mod-file/index.blade.php on line 49

Warning: Undefined variable $capacity_default in /home/admgocrm/public_html/crm/dev/crmviews/mod-file/index.blade.php on line 49

Tamanho máximo: {{$capacity_send}} Mb;
Estenção não permitida: "exe";

@php //ACCESS - Elem-ID: 40 | Elem: Perm edidar o espaco do usuario // | Caminho: ge\conf\meus arquivos\ediar espaco usuario if(Profile::permElem('40')==1){ @endphp @php } @endphp
Espaço disponivel:
{{ModFile::convertMega($record_amount->fileSize,'y')}} /{{$capacity_default}} Mb
@include('mod-file/index-user')
@include('mod-file/index-share')
arquivos em anexo das proposta
@include('mod-file/index-user-link')
@include('system-layouts/layout-footer') @include('mod-file/script')