@include('system-layouts/layout-head')
@include('mod-productservice-brand/title')
Lista
Lista todos os registro
| Detalhes |
|
@foreach($record as $row )
Nome: {{ $row->xName }}
Descrição: {!! $row->description !!}
|
|
@endforeach
@include('system-layouts/layout-footer')