@if($indi != null)
@if(count($indi) > 0)
@else
@else
@endif
@endforeach --}}
| NAME | PRODUCT TYPE | ID NUMBER | STATUS | DATE CREATED | |||
| {{$contact->MainName}} | {{$contact->policy_type}} | {{$contact->MainIDNumber}} | @if($contact->status == "Active"){{$contact->status}} | @elseif($contact->status == "Inactive"){{$contact->status}} | @elseif($contact->status == "Transfer"){{$contact->status}} | @endif{{$contact->created_at}} | |
| {{$contact->MainName}} | {{$contact->ProType}} | {{$contact->MainIDNumber}} | @if($contact->status == "Active"){{$contact->status}} | @elseif($contact->status == "Inactive"){{$contact->status}} | @elseif($contact->status == "Transfer"){{$contact->status}} | @endif{{$contact->created_at}} |
No Results
@endif
@endif
{{-- @foreach($indi as $contact)
@if($indi = !null || count($indi) > 0)
| NAME | PRODUCT TYPE | ID NUMBER | STATUS | DATE CREATED | |||
| {{$contact->MainName}} | {{$contact->policy_type}} | {{$contact->MainIDNumber}} | @if($contact->status == "Active"){{$contact->status}} | @elseif($contact->status == "Inactive"){{$contact->status}} | @elseif($contact->status == "Transfer"){{$contact->status}} | @endif{{$contact->created_at}} | |
| {{$contact->MainName}} | {{$contact->ProType}} | {{$contact->MainIDNumber}} | @if($contact->status == "Active"){{$contact->status}} | @elseif($contact->status == "Inactive"){{$contact->status}} | @elseif($contact->status == "Transfer"){{$contact->status}} | @endif{{$contact->created_at}} |