@foreach($tccRequests as $tcc) {{ $tcc->RequestRefNo }} {{ $tcc->TaxYear }} {{ \Carbon\Carbon::parse($tcc->RequestDate)->format('M d, Y') }} {{ $tcc->StatusName }} @if ($tcc->StatusID == 14) @else Your TCC Is In Progress @endif {{-- --}} @endforeach