@extends('relatorios_adm.default') @section('content') @foreach($data as $key => $item) @endforeach
Razão social CPF/CNPJ IE Vencimento Stauts
{{ $item->nome }} {{ $item->nome_fantasia }} {{ $item->cpf_cnpj }} {{ $item->ie }} {{ __data_pt($item->vencimento, 0) }}

Total de registros: {{ sizeof($data) }}

@endsection