@extends('relatorios_adm.default') @section('content') @foreach($data as $key => $item) @endforeach
Razão social Nome fantasia CPF/CNPJ IE Plano Stauts
{{ $item->nome }} {{ $item->nome_fantasia }} {{ $item->cpf_cnpj }} {{ $item->ie }} {{ $item->plano ? $item->plano->plano->nome : '--' }} {{ $item->status ? 'ATIVA' : 'DESATIVADA' }}

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

@endsection