@foreach ($allTable as $table) @if ($table->status == '1')
@if ($table->tbl_status == '101')
{{ $table->name }}
@else
{{ $table->name }}
@endif
@endif @endforeach