@include('system-layouts/layout-head') @include('mod-productservice-brand/title')

Lista

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