@php use App\Http\Controllers\Mod\ModProposalTag; @endphp @include('system-layouts.layout-head') @include('mod-proposal-tag.title')

Lista Arquivos

Lista todos os registro
@foreach($record as $row ) @endforeach
TAGs Detalhes
{{ $row->xTag }} Titulo: {{ $row->xName }} | ID: {{ $row->idProposalTag }}
Class: {{ ModProposalTag::informationClass($row->idClass) }}
Descrição:
Warning: Undefined variable $row in /home/admgocrm/public_html/crm/dev/crmviews/mod-proposal-tag/index.blade.php on line 44

Warning: Attempt to read property "description" on null in /home/admgocrm/public_html/crm/dev/crmviews/mod-proposal-tag/index.blade.php on line 44
@include('system-layouts.layout-footer')