@foreach ($items as $item)
  • {{ $item->name }}, {{ $item->state->name }}
  • @endforeach