@csrf
@foreach ($centro_custo as $cc ) @if($cc->status == '1') @else @endif @endforeach
Código Nome Tipo Business Responsável Status Ações
{{ $cc->codigo }} {{ $cc->nome_centro_custo }} {{ $cc->tipo }} {{ $cc->business }} {{ $cc->responsavel }}AtivoInativo
@if($cc->status == '1')
@else
@endif