{{-- * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * read the readme.blade.php in the DataView volder * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * --}}
@if($fieldNames != null) @foreach($fieldNames as $coluna => $coluna_v) @endforeach @endif @if($data == null)

Nenhum registro encontrado.

@endif @if($fieldNames != null) @foreach($data as $linha => $linha_v) @if($fieldNames != null) @foreach($data[$linha] as $coluna => $coluna_v) {{-- valores dos campos --}} @endforeach @endif @endforeach @endif
{{-- nomes dos campos --}}
@csrf
{{$coluna_v}}