@foreach($list as $account)
@if(file_exists('upload/account/'.$account->image) && !empty($account->image)) profile @else profile @endif
@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
  • top-profileimages
  • @endforeach