@foreach($list as $account)
|
@if(isset( $account->name)){{ $account->name}}@else - @endif |
@if(isset( $account->email)){{ $account->email}}@else - @endif |
@if(isset( $account->type )){{ $account->type }}@else - @endif |
@if($account->status == 1)
@else
@endif
|
|
@endforeach