@php
use App\Http\Controllers\DevModAuthController as DevMod;
use App\Http\Controllers\ModFinancial;
@endphp
@include('system-layouts/layout-head')
@include('mod-productservice-tax/title')
Lista
Lista todos os registro
| Detalhes |
@if(1==0)
@endif
|
@foreach($record as $row )
ID: {{ $row->idTax }} Nome: {{ $row->xName }}
Valor:
Fatal error: Uncaught Error: Class "ModFinancial" not found in /home/admgocrm/public_html/crm/dev/crmviews/mod-productservice-tax/index.blade.php:39
Stack trace:
#0 {main}
thrown in /home/admgocrm/public_html/crm/dev/crmviews/mod-productservice-tax/index.blade.php on line 39
|