@extends('layouts.app') @section('content')

{{__("States")}}

@foreach($states as $rbr => $state) @endforeach
{{__("No.")}} {{__("State")}} {{__("Abbreviation")}}
{{($rbr+1).'.'}} {{$state->state}} {{$state->state_short}}
@endsection