@forelse ($data as $item)
@if ($item->account_information->logo) @elseif ($item->image) @else @endif
{{ $item->name }}

{{ $item->account_information->description }}

@empty
@endforelse