@extends('layouts.app') @section('content') @foreach($states as $state) {{$state->state_abbreviation}} @endforeach @endsection